2024-02-09T19:55:11.919 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-09T19:55:11.919 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --archive /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016 --name yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/orig.config.yaml 2024-02-09T19:55:11.954 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T19:55:12.031 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7554016' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLp50jTo5N76gajebQR2UjCGLcUdX7NRKgy/R9Yun9b55+jWUyNnsrxILOnF/r5aaYUaQaPJouYE4d+89wbwytQ= smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOY3I+NFZD++ZwO5KSed0ZWlL1Yjtq/L7MDfe9oYLQonxWd+en8bQPC76Nz7OExdJ/54W9wQfpLiJFD/AESbiLc= 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 --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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.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 cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_15:12:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-09T19:55:12.032 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-09T19:55:12.032 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-09T19:55:12.032 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-09T19:55:12.034 INFO:teuthology.task.internal:Checking packages... 2024-02-09T19:55:12.061 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-09T19:55:12.061 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-09T19:55:12.061 INFO:teuthology.packaging:ref: None 2024-02-09T19:55:12.061 INFO:teuthology.packaging:tag: None 2024-02-09T19:55:12.061 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T19:55:12.061 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T19:55:12.061 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T19:55:12.222 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-09T19:55:12.224 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-09T19:55:12.230 INFO:teuthology.task.internal:no buildpackages task found 2024-02-09T19:55:12.230 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-09T19:55:12.245 INFO:teuthology.task.internal:Saving configuration 2024-02-09T19:55:12.258 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-09T19:55:12.265 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T19:55:12.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.017181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLp50jTo5N76gajebQR2UjCGLcUdX7NRKgy/R9Yun9b55+jWUyNnsrxILOnF/r5aaYUaQaPJouYE4d+89wbwytQ='} 2024-02-09T19:55:12.313 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.015926', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOY3I+NFZD++ZwO5KSed0ZWlL1Yjtq/L7MDfe9oYLQonxWd+en8bQPC76Nz7OExdJ/54W9wQfpLiJFD/AESbiLc='} 2024-02-09T19:55:12.313 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-09T19:55:12.320 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-09T19:55:12.320 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-09T19:55:12.320 INFO:teuthology.run_tasks:Running task console_log... 2024-02-09T19:55:12.441 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1eba244160>, signals=[15]) 2024-02-09T19:55:12.442 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-09T19:55:12.449 INFO:teuthology.task.internal:Opening connections... 2024-02-09T19:55:12.449 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T19:55:12.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:55:12.524 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-02-09T19:55:12.525 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:55:12.597 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-09T19:55:12.605 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-02-09T19:55:12.628 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-02-09T19:55:12.628 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-02-09T19:55:12.689 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="CentOS Stream" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:ID="centos" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="rhel fedora" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://centos.org/" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T19:55:12.690 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-09T19:55:12.691 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-02-09T19:55:12.716 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-02-09T19:55:12.738 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-02-09T19:55:12.739 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-02-09T19:55:12.799 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2024-02-09T19:55:12.799 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T19:55:12.800 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-09T19:55:12.801 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-02-09T19:55:12.824 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-09T19:55:12.833 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-09T19:55:12.840 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-09T19:55:12.841 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-02-09T19:55:12.843 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-02-09T19:55:12.863 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-09T19:55:12.870 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-09T19:55:12.871 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-02-09T19:55:12.905 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-02-09T19:55:12.943 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-09T19:55:13.000 INFO:teuthology.run_tasks:Running task kernel... 2024-02-09T19:55:13.017 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-09T19:55:13.017 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-09T19:55:13.017 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T19:55:13.018 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T19:55:13.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:55:13.038 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-02-09T19:55:13.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:55:13.039 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-02-09T19:55:13.100 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-489.el8.x86_64 2024-02-09T19:55:13.100 INFO:teuthology.task.kernel:Running kernel on smithi049: 4.18.0-489.el8.x86_64 2024-02-09T19:55:13.100 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2024-02-09T19:55:13.101 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-489.el8.x86_64 2024-02-09T19:55:13.101 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-489.el8.x86_64 2024-02-09T19:55:13.101 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2024-02-09T19:55:18.555 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 8 - AppStream 8.9 MB/s | 27 MB 00:03 2024-02-09T19:55:19.669 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - AppStream 7.0 MB/s | 27 MB 00:03 2024-02-09T19:55:24.224 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 10 MB 00:00 2024-02-09T19:55:25.078 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 10 MB 00:00 2024-02-09T19:55:26.232 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2024-02-09T19:55:26.694 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-02-09T19:55:26.968 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-02-09T19:55:27.061 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2024-02-09T19:55:27.354 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2024-02-09T19:55:27.588 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-09T19:55:27.779 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2024-02-09T19:55:28.831 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-02-09T19:55:31.769 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 456 kB/s | 24 kB 00:00 2024-02-09T19:55:32.572 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 464 kB/s | 24 kB 00:00 2024-02-09T19:55:34.824 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-09T19:55:34.824 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-09T19:55:34.926 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:55:34.927 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout:Install 3 Packages 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 90 M 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 96 M 2024-02-09T19:55:34.928 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-09T19:55:35.513 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-09T19:55:35.514 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-09T19:55:35.626 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-09T19:55:35.626 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T19:55:35.626 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:Install 3 Packages 2024-02-09T19:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:55:35.628 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 90 M 2024-02-09T19:55:35.628 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 96 M 2024-02-09T19:55:35.628 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-09T19:55:35.762 INFO:teuthology.orchestra.run.smithi049.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2024-02-09T19:55:36.587 INFO:teuthology.orchestra.run.smithi049.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 27 MB/s | 44 MB 00:01 2024-02-09T19:55:36.907 INFO:teuthology.orchestra.run.smithi080.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 9.6 MB/s | 10 MB 00:01 2024-02-09T19:55:37.262 INFO:teuthology.orchestra.run.smithi049.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-02-09T19:55:37.262 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-09T19:55:37.263 INFO:teuthology.orchestra.run.smithi049.stdout:Total 39 MB/s | 90 MB 00:02 2024-02-09T19:55:37.707 INFO:teuthology.orchestra.run.smithi080.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2024-02-09T19:55:37.971 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-09T19:55:38.268 INFO:teuthology.orchestra.run.smithi080.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 18 MB/s | 44 MB 00:02 2024-02-09T19:55:38.269 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-09T19:55:38.269 INFO:teuthology.orchestra.run.smithi080.stdout:Total 34 MB/s | 90 MB 00:02 2024-02-09T19:55:38.426 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-09T19:55:38.426 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-09T19:55:38.952 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-09T19:55:39.378 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-09T19:55:39.378 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-09T19:55:39.726 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-09T19:55:39.742 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-09T19:55:40.618 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-09T19:55:40.639 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-09T19:55:42.690 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-09T19:55:43.208 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:55:43.393 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-09T19:55:43.913 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:55:46.959 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:55:47.328 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:55:47.472 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:55:47.887 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:55:51.004 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:55:51.275 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:55:51.325 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:55:51.611 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:13.572 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:13.595 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:13.955 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:13.956 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:56:13.956 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:56:14.431 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:14.431 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:56:14.431 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-09T19:56:14.432 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-09T19:56:14.432 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-09T19:56:14.432 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:56:14.432 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-09T19:56:14.584 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:56:14.802 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-09T19:56:14.803 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-09T19:56:14.803 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-09T19:56:14.803 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-09T19:56:14.803 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-09T19:56:14.803 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-09T19:56:14.803 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-02-09T19:56:14.804 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:56:14.879 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:14.903 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:15.012 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-09T19:56:15.012 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-09T19:56:15.012 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2024-02-09T19:56:15.046 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.02 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 129.el8 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Group : System Environment/Base 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 9265586 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-09T19:56:15.047 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:Relocations : (not relocatable) 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : CentOS BuildSystem 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T19:56:15.048 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2024-02-09T19:56:15.049 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-09T19:56:15.049 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 4.18.0-536.el8.x86_64 2024-02-09T19:56:15.050 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-09T19:56:15.283 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:15.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-09T19:56:15.284 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:56:15.757 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-09T19:56:15.925 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:56:16.152 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-09T19:56:16.152 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-09T19:56:16.152 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-09T19:56:16.152 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-09T19:56:16.152 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-09T19:56:16.152 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-09T19:56:16.152 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-02-09T19:56:16.152 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:56:16.373 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-09T19:56:16.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-09T19:56:16.373 DEBUG:teuthology.orchestra.run.smithi049:> sudo rpm -qi grub2-tools 2024-02-09T19:56:16.407 INFO:teuthology.orchestra.run.smithi049.stdout:Name : grub2-tools 2024-02-09T19:56:16.407 INFO:teuthology.orchestra.run.smithi049.stdout:Epoch : 1 2024-02-09T19:56:16.407 INFO:teuthology.orchestra.run.smithi049.stdout:Version : 2.02 2024-02-09T19:56:16.407 INFO:teuthology.orchestra.run.smithi049.stdout:Release : 129.el8 2024-02-09T19:56:16.407 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: x86_64 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Group : System Environment/Base 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Size : 9265586 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:License : GPLv3+ 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Relocations : (not relocatable) 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Packager : CentOS BuildSystem 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Vendor : CentOS 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Summary : Support tools for GRUB. 2024-02-09T19:56:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:Description : 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout:hardware devices. 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T19:56:16.409 INFO:teuthology.orchestra.run.smithi049.stdout:This subpackage provides tools for support of all platforms. 2024-02-09T19:56:16.410 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-09T19:56:16.410 INFO:teuthology.task.kernel:Updating grub on smithi049 to boot 4.18.0-536.el8.x86_64 2024-02-09T19:56:16.410 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-09T19:56:16.748 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-02-09T19:56:17.690 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-02-09T19:56:18.567 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-02-09T19:56:18.569 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-02-09T19:56:18.592 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.G4zqcCd0D7 2024-02-09T19:56:18.595 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.G4zqcCd0D7 2024-02-09T19:56:18.666 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.G4zqcCd0D7 2024-02-09T19:56:18.822 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.G4zqcCd0D7 is 6KB 2024-02-09T19:56:18.870 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.G4zqcCd0D7 2024-02-09T19:56:18.888 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2024-02-09T19:56:18.957 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-09T19:56:18.957 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-09T19:56:18.957 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-09T19:56:18.957 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-09T19:56:18.958 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-09T19:56:19.111 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-02-09T19:56:19.357 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-02-09T19:56:19.359 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-02-09T19:56:19.394 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.KWgW1m98gE 2024-02-09T19:56:19.395 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KWgW1m98gE 2024-02-09T19:56:19.478 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.KWgW1m98gE 2024-02-09T19:56:19.621 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.KWgW1m98gE is 6KB 2024-02-09T19:56:19.671 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.KWgW1m98gE 2024-02-09T19:56:19.689 DEBUG:teuthology.orchestra.run.smithi049:> sudo /bin/ls /boot/loader/entries || true 2024-02-09T19:56:19.765 INFO:teuthology.orchestra.run.smithi049.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-09T19:56:19.765 INFO:teuthology.orchestra.run.smithi049.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-09T19:56:19.765 INFO:teuthology.orchestra.run.smithi049.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-09T19:56:19.765 INFO:teuthology.orchestra.run.smithi049.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-09T19:56:19.767 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-09T19:56:19.941 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-02-09T19:56:49.140 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-09T19:56:49.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T19:56:49.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:56:49.945 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-09T19:56:49.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T19:56:49.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:57:23.645 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-02-09T19:57:24.412 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-09T19:57:32.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T19:57:32.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:57:33.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T19:57:33.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:57:36.476 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-09T19:57:48.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T19:57:48.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:57:51.036 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-02-09T19:57:51.552 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-02-09T19:58:03.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T19:58:03.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:58:03.455 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-02-09T19:58:03.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T19:58:03.776 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-09T19:58:03.777 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-02-09T19:58:03.793 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-536.el8.x86_64 2024-02-09T19:58:03.793 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-09T19:58:03.793 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-09T19:58:03.793 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-09T19:58:04.794 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-09T19:58:04.795 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T19:58:04.860 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-02-09T19:58:04.875 DEBUG:teuthology.parallel:result is None 2024-02-09T19:58:06.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T19:58:06.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:58:38.788 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-02-09T19:58:39.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T19:58:39.245 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-09T19:58:39.246 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-02-09T19:58:39.301 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-536.el8.x86_64 2024-02-09T19:58:39.301 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-09T19:58:39.301 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-09T19:58:39.301 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-09T19:58:40.302 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-09T19:58:40.302 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T19:58:40.372 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-02-09T19:58:40.386 DEBUG:teuthology.parallel:result is None 2024-02-09T19:58:40.387 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-09T19:58:40.397 INFO:teuthology.task.internal:Creating test directory... 2024-02-09T19:58:40.397 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T19:58:40.399 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T19:58:40.423 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-09T19:58:40.430 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-09T19:58:40.440 INFO:teuthology.task.internal:Creating archive directory... 2024-02-09T19:58:40.441 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T19:58:40.463 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T19:58:40.495 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-09T19:58:40.502 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-09T19:58:40.503 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T19:58:40.534 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T19:58:40.575 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:58:40.576 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:58:40.587 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:58:40.588 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:58:40.589 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-09T19:58:40.596 INFO:teuthology.task.internal:Configuring sudo... 2024-02-09T19:58:40.597 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T19:58:40.599 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T19:58:40.661 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-09T19:58:40.671 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-09T19:58:40.671 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T19:58:40.673 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T19:58:40.720 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:58:40.781 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:58:40.831 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:58:40.921 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:58:40.963 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T19:58:40.963 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T19:58:41.030 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:58:41.079 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:58:41.147 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:58:41.189 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:58:41.238 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T19:58:41.238 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T19:58:41.307 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-02-09T19:58:41.309 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-02-09T19:58:41.360 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T19:58:41.429 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T19:58:41.763 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-09T19:58:41.771 INFO:teuthology.task.internal:Starting timer... 2024-02-09T19:58:41.771 INFO:teuthology.run_tasks:Running task pcp... 2024-02-09T19:58:41.781 INFO:teuthology.run_tasks:Running task selinux... 2024-02-09T19:58:41.789 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-09T19:58:41.790 DEBUG:teuthology.orchestra.run.smithi049:> sudo service auditd rotate 2024-02-09T19:58:41.862 INFO:teuthology.orchestra.run.smithi049.stdout:Rotating logs: 2024-02-09T19:58:41.863 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2024-02-09T19:58:41.965 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2024-02-09T19:58:41.967 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-09T19:58:41.967 DEBUG:teuthology.orchestra.run.smithi049:> /usr/sbin/getenforce 2024-02-09T19:58:41.989 INFO:teuthology.orchestra.run.smithi049.stdout:Permissive 2024-02-09T19:58:41.990 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2024-02-09T19:58:42.015 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2024-02-09T19:58:42.015 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi049.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi080.front.sepia.ceph.com': 'permissive'} 2024-02-09T19:58:42.016 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T19:58:42.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:58:42.058 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T19:58:42.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:58:42.085 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-09T19:58:42.085 DEBUG:teuthology.orchestra.run.smithi049:> sudo /usr/sbin/setenforce permissive 2024-02-09T19:58:42.125 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2024-02-09T19:58:42.158 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-09T19:58:42.169 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-09T19:58:42.186 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-09T19:58:42.187 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi049.front.sepia.ceph.com,smithi080.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-09T20:04:45.219 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi080.front.sepia.ceph.com')] 2024-02-09T20:04:45.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T20:04:45.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:04:45.295 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-02-09T20:04:45.362 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-02-09T20:04:45.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T20:04:45.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:04:45.435 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-02-09T20:04:45.502 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-02-09T20:04:45.502 INFO:teuthology.run_tasks:Running task clock... 2024-02-09T20:04:45.512 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-09T20:04:45.512 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:04:45.513 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:04:45.515 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:04:45.515 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:04:45.546 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:04:45.561 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:04:45.574 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:04:45.587 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:04:45.631 INFO:teuthology.orchestra.run.smithi049.stderr:sudo: ntpd: command not found 2024-02-09T20:04:45.643 INFO:teuthology.orchestra.run.smithi049.stdout:506 Cannot talk to daemon 2024-02-09T20:04:45.653 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2024-02-09T20:04:45.657 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:04:45.663 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2024-02-09T20:04:45.671 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:04:45.676 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:04:45.689 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:04:45.741 INFO:teuthology.orchestra.run.smithi049.stderr:bash: ntpq: command not found 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.745 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.760 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2024-02-09T20:04:45.764 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:04:45.764 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-02-09T20:04:45.765 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.765 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.765 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.765 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:04:45.765 INFO:teuthology.run_tasks:Running task pexec... 2024-02-09T20:04:45.774 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-09T20:04:45.774 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:04:45.774 DEBUG:teuthology.orchestra.run.smithi049:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:04:45.775 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2024-02-09T20:04:45.775 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:04:46.591 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:42 ago on Fri 09 Feb 2024 08:03:04 PM UTC. 2024-02-09T20:04:46.604 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:30 ago on Fri 09 Feb 2024 08:03:16 PM UTC. 2024-02-09T20:04:48.578 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-09T20:04:48.579 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:48.579 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-02-09T20:04:48.579 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:48.579 INFO:teuthology.orchestra.run.smithi080.stdout:Resetting modules: 2024-02-09T20:04:48.579 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 2024-02-09T20:04:48.580 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:04:48.580 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-09T20:04:48.580 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:48.580 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:04:48.729 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout:Resetting modules: 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:48.730 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:04:48.828 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-09T20:04:48.989 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-09T20:04:49.698 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:45 ago on Fri 09 Feb 2024 08:03:04 PM UTC. 2024-02-09T20:04:49.885 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:33 ago on Fri 09 Feb 2024 08:03:16 PM UTC. 2024-02-09T20:04:51.675 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout:Installing group/module packages: 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-09T20:04:51.709 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout:Installing weak dependencies: 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout:Installing module profiles: 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools/common 2024-02-09T20:04:51.710 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling module streams: 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools rhel8 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout:Install 13 Packages 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:04:51.711 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 27 M 2024-02-09T20:04:51.712 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 91 M 2024-02-09T20:04:51.712 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-02-09T20:04:52.008 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-02-09T20:04:52.045 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout:Installing group/module packages: 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-09T20:04:52.046 INFO:teuthology.orchestra.run.smithi049.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:Installing weak dependencies: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:Installing module profiles: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools/common 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling module streams: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools rhel8 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-02-09T20:04:52.047 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-02-09T20:04:52.048 INFO:teuthology.orchestra.run.smithi049.stdout:Install 13 Packages 2024-02-09T20:04:52.048 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:04:52.048 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 27 M 2024-02-09T20:04:52.048 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 91 M 2024-02-09T20:04:52.048 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-02-09T20:04:52.110 INFO:teuthology.orchestra.run.smithi080.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 2.1 MB/s | 759 kB 00:00 2024-02-09T20:04:52.143 INFO:teuthology.orchestra.run.smithi080.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 2.6 MB/s | 1.0 MB 00:00 2024-02-09T20:04:52.169 INFO:teuthology.orchestra.run.smithi080.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 645 kB/s | 38 kB 00:00 2024-02-09T20:04:52.202 INFO:teuthology.orchestra.run.smithi080.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 4.1 MB/s | 248 kB 00:00 2024-02-09T20:04:52.262 INFO:teuthology.orchestra.run.smithi080.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 3.0 MB/s | 179 kB 00:00 2024-02-09T20:04:52.333 INFO:teuthology.orchestra.run.smithi080.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 348 kB/s | 25 kB 00:00 2024-02-09T20:04:52.387 INFO:teuthology.orchestra.run.smithi080.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.7 MB/s | 94 kB 00:00 2024-02-09T20:04:52.441 INFO:teuthology.orchestra.run.smithi049.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 5.2 MB/s | 1.0 MB 00:00 2024-02-09T20:04:52.475 INFO:teuthology.orchestra.run.smithi049.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 3.2 MB/s | 759 kB 00:00 2024-02-09T20:04:52.499 INFO:teuthology.orchestra.run.smithi049.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2024-02-09T20:04:52.524 INFO:teuthology.orchestra.run.smithi049.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 4.8 MB/s | 248 kB 00:00 2024-02-09T20:04:52.575 INFO:teuthology.orchestra.run.smithi049.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 3.5 MB/s | 179 kB 00:00 2024-02-09T20:04:52.617 INFO:teuthology.orchestra.run.smithi049.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 594 kB/s | 25 kB 00:00 2024-02-09T20:04:52.692 INFO:teuthology.orchestra.run.smithi049.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-02-09T20:04:53.185 INFO:teuthology.orchestra.run.smithi049.stdout:(8/13): buildah-1.34.0-1.module_el8+804+f131391 10 MB/s | 9.7 MB 00:00 2024-02-09T20:04:53.204 INFO:teuthology.orchestra.run.smithi080.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 3.8 MB/s | 4.0 MB 00:01 2024-02-09T20:04:53.385 INFO:teuthology.orchestra.run.smithi049.stdout:(9/13): netavark-1.9.0-1.module_el8+804+f131391 4.5 MB/s | 4.0 MB 00:00 2024-02-09T20:04:53.443 INFO:teuthology.orchestra.run.smithi049.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 9.7 MB/s | 2.5 MB 00:00 2024-02-09T20:04:53.468 INFO:teuthology.orchestra.run.smithi049.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 630 kB/s | 53 kB 00:00 2024-02-09T20:04:53.493 INFO:teuthology.orchestra.run.smithi049.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 818 kB/s | 41 kB 00:00 2024-02-09T20:04:53.894 INFO:teuthology.orchestra.run.smithi049.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 7.3 MB/s | 8.8 MB 00:01 2024-02-09T20:04:53.894 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:04:53.894 INFO:teuthology.orchestra.run.smithi049.stdout:Total 15 MB/s | 27 MB 00:01 2024-02-09T20:04:53.896 INFO:teuthology.orchestra.run.smithi080.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 3.6 MB/s | 2.5 MB 00:00 2024-02-09T20:04:53.946 INFO:teuthology.orchestra.run.smithi080.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.0 MB/s | 53 kB 00:00 2024-02-09T20:04:53.997 INFO:teuthology.orchestra.run.smithi080.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2024-02-09T20:04:54.172 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-02-09T20:04:54.195 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-02-09T20:04:54.195 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-02-09T20:04:54.462 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-02-09T20:04:54.465 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-02-09T20:04:55.188 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-02-09T20:04:55.451 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-09T20:04:55.645 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-09T20:04:55.834 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-09T20:04:56.072 INFO:teuthology.orchestra.run.smithi080.stdout:(12/13): buildah-1.34.0-1.module_el8+804+f13139 2.2 MB/s | 9.7 MB 00:04 2024-02-09T20:04:56.078 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-09T20:04:56.514 INFO:teuthology.orchestra.run.smithi080.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 2.1 MB/s | 8.8 MB 00:04 2024-02-09T20:04:56.514 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:04:56.514 INFO:teuthology.orchestra.run.smithi080.stdout:Total 5.7 MB/s | 27 MB 00:04 2024-02-09T20:04:56.668 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-09T20:04:56.785 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-02-09T20:04:56.806 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-02-09T20:04:56.806 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-02-09T20:04:57.078 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-02-09T20:04:57.081 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-02-09T20:04:57.730 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-09T20:04:57.771 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-02-09T20:04:57.985 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-09T20:04:57.987 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-09T20:04:58.163 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-09T20:04:58.211 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-09T20:04:58.376 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-09T20:04:58.483 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-09T20:04:58.631 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-09T20:04:58.925 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-09T20:04:59.178 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-09T20:04:59.938 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-09T20:05:00.149 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-09T20:05:00.150 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-09T20:05:00.384 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-09T20:05:00.594 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-09T20:05:00.605 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-09T20:05:00.891 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-09T20:05:01.031 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-09T20:05:01.032 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-09T20:05:01.324 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-09T20:05:01.524 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-09T20:05:01.524 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:05:01.524 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-09T20:05:01.525 INFO:teuthology.orchestra.run.smithi049.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-09T20:05:01.526 INFO:teuthology.orchestra.run.smithi049.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:05:01.526 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:05:01.526 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-02-09T20:05:01.817 DEBUG:teuthology.parallel:result is None 2024-02-09T20:05:02.299 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-09T20:05:02.525 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-09T20:05:02.744 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-09T20:05:03.178 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-09T20:05:03.722 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:05:03.723 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-02-09T20:05:04.012 DEBUG:teuthology.parallel:result is None 2024-02-09T20:05:04.013 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-09T20:05:04.022 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-09T20:05:04.023 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:05:04.023 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:04.046 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-09T20:05:04.046 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 164688 Links: 1 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:05:00.738359936 +0000 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:04:08.077191787 +0000 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:04:08.077191787 +0000 2024-02-09T20:05:04.109 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:05:04.109 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:05:04.179 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:05:04.179 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:05:04.180 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.00011348 s, 4.5 MB/s 2024-02-09T20:05:04.181 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:05:04.244 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 164775 Links: 1 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:05:00.738359936 +0000 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:04:08.424182198 +0000 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:04:08.424182198 +0000 2024-02-09T20:05:04.305 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:05:04.306 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:05:04.374 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:05:04.374 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:05:04.374 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000116032 s, 4.4 MB/s 2024-02-09T20:05:04.375 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:05:04.435 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 163733 Links: 1 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:05:00.738359936 +0000 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:04:08.762172859 +0000 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:04:08.762172859 +0000 2024-02-09T20:05:04.496 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:05:04.497 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:05:04.564 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:05:04.564 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:05:04.564 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.00010995 s, 4.7 MB/s 2024-02-09T20:05:04.565 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:05:04.625 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-02-09T20:05:04.683 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 170001 Links: 1 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:05:00.739359908 +0000 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:04:09.108163297 +0000 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:04:09.108163297 +0000 2024-02-09T20:05:04.684 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:05:04.684 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:05:04.751 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:05:04.751 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:05:04.751 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000101467 s, 5.0 MB/s 2024-02-09T20:05:04.752 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:05:04.811 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:05:04.934 INFO:teuthology.orchestra.run.smithi049.stdout:loop 2024-02-09T20:05:04.936 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-02-09T20:05:04.936 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:05:04.971 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-02-09T20:05:05.005 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:05:05.045 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-02-09T20:05:05.045 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:05:05.122 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-02-09T20:05:05.156 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:05:05.194 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-02-09T20:05:05.194 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:05:05.270 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-02-09T20:05:05.304 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:05:05.342 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-02-09T20:05:05.342 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:05:05.418 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-02-09T20:05:05.452 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:05:05.490 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:05:05.490 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:05.548 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme list 2024-02-09T20:05:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:05:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:05:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme0n1 PHMB747500D2480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-09T20:05:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme1n1 f15a2fc4785ecd88fce7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme2n1 6ff52ce037b8f77adc2d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:05.615 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme3n1 bfa63f0cc4d558a0a9aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:05.615 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme4n1 3d0a8343a6579a5e8281 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:05.615 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:05:05.616 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:05:05.616 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-02-09T20:05:05.683 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:05:05.684 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:05.706 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-09T20:05:05.706 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 161616 Links: 1 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:05:02.894129370 +0000 2024-02-09T20:05:05.767 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:03:54.938215761 +0000 2024-02-09T20:05:05.768 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:03:54.938215761 +0000 2024-02-09T20:05:05.768 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:05:05.768 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:05:05.839 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:05:05.839 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:05:05.839 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000267601 s, 1.9 MB/s 2024-02-09T20:05:05.840 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:05:05.903 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2024-02-09T20:05:05.964 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 165778 Links: 1 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:05:02.894129370 +0000 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:03:55.285207873 +0000 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:03:55.285207873 +0000 2024-02-09T20:05:05.965 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:05:05.965 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:05:06.035 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:05:06.035 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:05:06.035 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000280841 s, 1.8 MB/s 2024-02-09T20:05:06.037 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:05:06.100 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 161723 Links: 1 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:05:02.894129370 +0000 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:03:55.614200395 +0000 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:03:55.614200395 +0000 2024-02-09T20:05:06.162 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:05:06.162 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:05:06.233 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:05:06.233 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:05:06.233 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.00019548 s, 2.6 MB/s 2024-02-09T20:05:06.234 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:05:06.296 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 172060 Links: 1 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:05:02.894129370 +0000 2024-02-09T20:05:06.358 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:03:55.966192394 +0000 2024-02-09T20:05:06.359 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:03:55.966192394 +0000 2024-02-09T20:05:06.359 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:05:06.359 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:05:06.428 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:05:06.428 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:05:06.428 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000244631 s, 2.1 MB/s 2024-02-09T20:05:06.429 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:05:06.492 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:05:06.621 INFO:teuthology.orchestra.run.smithi080.stdout:loop 2024-02-09T20:05:06.622 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2024-02-09T20:05:06.622 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:05:06.664 INFO:teuthology.orchestra.run.smithi080.stdout:1 2024-02-09T20:05:06.703 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:05:06.747 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2024-02-09T20:05:06.747 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:05:06.826 INFO:teuthology.orchestra.run.smithi080.stdout:1 2024-02-09T20:05:06.861 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:05:06.898 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2024-02-09T20:05:06.899 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:05:06.972 INFO:teuthology.orchestra.run.smithi080.stdout:1 2024-02-09T20:05:07.005 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:05:07.041 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2024-02-09T20:05:07.042 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:05:07.121 INFO:teuthology.orchestra.run.smithi080.stdout:1 2024-02-09T20:05:07.154 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:05:07.191 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:05:07.192 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:07.249 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme list 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme0n1 PHFT6204014T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme1n1 9543741413db19065e85 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme2n1 4c903836794434534969 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme3n1 8a4fea9603d57dd13f32 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:07.315 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme4n1 79607f5dfb8ece3926ff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:07.316 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:05:07.316 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:05:07.316 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2024-02-09T20:05:07.382 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-09T20:05:07.445 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-09T20:05:07.446 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T20:05:07.446 INFO:tasks.cephadm:Cluster fsid is 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:07.446 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-09T20:05:07.446 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-09T20:05:07.446 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi049': '172.21.15.49', 'mon.smithi080': '172.21.15.80'} 2024-02-09T20:05:07.446 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-09T20:05:07.447 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-02-09T20:05:07.481 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2024-02-09T20:05:07.507 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-09T20:05:07.507 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.688 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:05 /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.688 DEBUG:teuthology.orchestra.run.smithi080:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.848 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:05 /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.849 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.872 DEBUG:teuthology.orchestra.run.smithi080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:07.898 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-02-09T20:05:07.945 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2024-02-09T20:05:07.972 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-02-09T20:05:08.016 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2024-02-09T20:05:08.042 INFO:tasks.cephadm:Writing seed config... 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-09T20:05:08.043 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-09T20:05:08.044 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:05:08.044 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-09T20:05:08.078 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 85817c48-c786-11ee-95b8-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-09T20:05:08.078 DEBUG:teuthology.orchestra.run.smithi049:mon.smithi049> sudo journalctl -f -n 0 -u ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service 2024-02-09T20:05:08.120 INFO:tasks.cephadm:Bootstrapping... 2024-02-09T20:05:08.120 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid 85817c48-c786-11ee-95b8-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.49 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:05:08.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:-- Logs begin at Fri 2024-02-09 19:58:15 UTC. -- 2024-02-09T20:05:08.426 INFO:teuthology.orchestra.run.smithi049.stderr:-------------------------------------------------------------------------------- 2024-02-09T20:05:08.426 INFO:teuthology.orchestra.run.smithi049.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', '85817c48-c786-11ee-95b8-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.49', '--skip-admin-label'] 2024-02-09T20:05:09.866 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: 4.8.3 2024-02-09T20:05:09.875 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying podman|docker is present... 2024-02-09T20:05:09.899 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: 4.8.3 2024-02-09T20:05:09.909 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying lvm2 is present... 2024-02-09T20:05:09.909 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying time synchronization is in place... 2024-02-09T20:05:09.916 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:05:09.923 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:05:09.930 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: enabled 2024-02-09T20:05:09.937 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: active 2024-02-09T20:05:09.937 INFO:teuthology.orchestra.run.smithi049.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:05:09.937 INFO:teuthology.orchestra.run.smithi049.stderr:Repeating the final host check... 2024-02-09T20:05:09.960 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: 4.8.3 2024-02-09T20:05:09.972 INFO:teuthology.orchestra.run.smithi049.stderr:podman (/bin/podman) version 4.8.3 is present 2024-02-09T20:05:09.972 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl is present 2024-02-09T20:05:09.972 INFO:teuthology.orchestra.run.smithi049.stderr:lvcreate is present 2024-02-09T20:05:09.978 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:05:09.984 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:05:09.991 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: enabled 2024-02-09T20:05:09.997 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: active 2024-02-09T20:05:09.997 INFO:teuthology.orchestra.run.smithi049.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:05:09.998 INFO:teuthology.orchestra.run.smithi049.stderr:Host looks OK 2024-02-09T20:05:09.998 INFO:teuthology.orchestra.run.smithi049.stderr:Cluster fsid: 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:09.998 INFO:teuthology.orchestra.run.smithi049.stderr:Acquiring lock 140496932561304 on /run/cephadm/85817c48-c786-11ee-95b8-87774f69a715.lock 2024-02-09T20:05:09.998 INFO:teuthology.orchestra.run.smithi049.stderr:Lock 140496932561304 acquired on /run/cephadm/85817c48-c786-11ee-95b8-87774f69a715.lock 2024-02-09T20:05:09.999 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying IP 172.21.15.49 port 3300 ... 2024-02-09T20:05:09.999 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying IP 172.21.15.49 port 6789 ... 2024-02-09T20:05:09.999 INFO:teuthology.orchestra.run.smithi049.stderr:Base mon IP(s) is [172.21.15.49:3300, 172.21.15.49:6789], mon addrv is [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-02-09T20:05:10.002 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.49 metric 100 2024-02-09T20:05:10.002 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 metric 100 2024-02-09T20:05:10.005 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-09T20:05:10.005 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-09T20:05:10.005 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1713sec hoplimit 64 pref medium 2024-02-09T20:05:10.008 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-09T20:05:10.008 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-09T20:05:10.009 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:05:10.009 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-09T20:05:10.009 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1566/64 scope link 2024-02-09T20:05:10.009 INFO:teuthology.orchestra.run.smithi049.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:05:10.009 INFO:teuthology.orchestra.run.smithi049.stderr:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-02-09T20:05:10.010 INFO:teuthology.orchestra.run.smithi049.stderr:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-02-09T20:05:10.010 INFO:teuthology.orchestra.run.smithi049.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-09T20:05:10.010 INFO:teuthology.orchestra.run.smithi049.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-09T20:05:10.011 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:05:10.113 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:05:10.429 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Getting image source signatures 2024-02-09T20:05:10.439 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Copying blob sha256:4614e41239e7e0d4cc9213ed940a60f3cb55d3c6f42e7ea890efc773a07511e3 2024-02-09T20:05:10.439 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-09T20:05:31.970 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Copying config sha256:b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:05:32.153 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: Writing manifest to image destination 2024-02-09T20:05:32.415 INFO:teuthology.orchestra.run.smithi049.stderr:/bin/podman: b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:05:33.110 INFO:teuthology.orchestra.run.smithi049.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:05:33.607 INFO:teuthology.orchestra.run.smithi049.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:05:33.607 INFO:teuthology.orchestra.run.smithi049.stderr:Extracting ceph user uid/gid from container image... 2024-02-09T20:05:34.080 INFO:teuthology.orchestra.run.smithi049.stderr:stat: 167 167 2024-02-09T20:05:34.675 INFO:teuthology.orchestra.run.smithi049.stderr:Creating initial keys... 2024-02-09T20:05:35.220 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-authtool: AQCPhcZlB5NIBhAA81uo0ODSANBIfm3lnGsoTw== 2024-02-09T20:05:36.309 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-authtool: AQCQhcZl0WqwDBAAB3a0UQi8w4CemKWcxP2S1g== 2024-02-09T20:05:37.414 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-authtool: AQCRhcZleuu+ExAAmBUcjY79vtfLdTuLQkrh5A== 2024-02-09T20:05:37.893 INFO:teuthology.orchestra.run.smithi049.stderr:Creating initial monmap... 2024-02-09T20:05:38.496 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:05:38.496 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:38.496 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:05:39.000 INFO:teuthology.orchestra.run.smithi049.stderr:monmaptool for smithi049 [v2:172.21.15.49:3300,v1:172.21.15.49:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:05:39.000 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/monmaptool: set fsid to 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:39.000 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:05:39.000 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:05:39.000 INFO:teuthology.orchestra.run.smithi049.stderr:Creating mon... 2024-02-09T20:05:39.512 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.439+0000 7f82558d4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.439+0000 7f82558d4880 1 imported monmap: 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: fsid 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: last_changed 2024-02-09T20:05:38.363046+0000 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: created 2024-02-09T20:05:38.363046+0000 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.smithi049 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 0 /usr/bin/ceph-mon: set fsid to 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:05:39.513 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: DB SUMMARY 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi049/store.db dir, Total Num: 0, files: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi049/store.db: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.create_if_missing: 1 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.env: 0x563bdb4e0080 2024-02-09T20:05:39.514 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.info_log: 0x563bddd01300 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:05:39.515 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi049/store.db 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.write_buffer_manager: 0x563bddd07950 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:05:39.516 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.row_cache: None 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:05:39.517 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:05:39.518 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:05:39.519 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.440+0000 7f82558d4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi049/store.db/MANIFEST-000001 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.merge_operator: 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:05:39.520 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563bddc17d18) 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_cache: 0x563bddc4cd10 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-09T20:05:39.521 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-09T20:05:39.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:05:39.523 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:05:39.524 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:05:39.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:05:39.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.441+0000 7f82558d4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.442+0000 7f82558d4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi049/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-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.442+0000 7f82558d4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.443+0000 7f82558d4880 4 rocksdb: DB pointer 0x563bddd15800 2024-02-09T20:05:39.527 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.443+0000 7f823e747700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.443+0000 7f823e747700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:39.528 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.529 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:05:39.530 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.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-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.444+0000 7f82558d4880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.444+0000 7f82558d4880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-09T20:05:39.531 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:05:39.444+0000 7f82558d4880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi049 for mon.smithi049 2024-02-09T20:05:40.052 INFO:teuthology.orchestra.run.smithi049.stderr:create mon.smithi049 on 2024-02-09T20:05:40.169 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-09T20:05:40.275 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-85817c48-c786-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715.target. 2024-02-09T20:05:40.275 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-85817c48-c786-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715.target. 2024-02-09T20:05:40.489 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Failed to reset failed state of unit ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service: Unit ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service not loaded. 2024-02-09T20:05:40.496 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Created symlink /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715.target.wants/ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service → /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715@.service. 2024-02-09T20:05:40.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:40 smithi049 systemd[1]: Starting Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715... 2024-02-09T20:05:41.756 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: disabled 2024-02-09T20:05:41.763 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:05:41.764 INFO:teuthology.orchestra.run.smithi049.stderr:firewalld.service is not enabled 2024-02-09T20:05:41.764 INFO:teuthology.orchestra.run.smithi049.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:05:41.765 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mon to start... 2024-02-09T20:05:41.765 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mon... 2024-02-09T20:05:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.692601+0000 mon.smithi049 (mon.0) 0 : [INF] mkfs 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.688787+0000 mon.smithi049 (mon.0) 1 : cluster [INF] mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-02-09T20:05:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:41 smithi049 bash[35305]: 37fc9318816695fcc7839b8cd5d81625aed6474beb33426e96cc3ec3044583ca 2024-02-09T20:05:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:41 smithi049 systemd[1]: Started Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715. 2024-02-09T20:05:42.423 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: cluster: 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: id: 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: services: 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi049 (age 0.727965s) 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:42.424 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: data: 2024-02-09T20:05:42.425 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-09T20:05:42.425 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-09T20:05:42.425 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-09T20:05:42.425 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: pgs: 2024-02-09T20:05:42.425 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:42.984 INFO:teuthology.orchestra.run.smithi049.stderr:mon is available 2024-02-09T20:05:42.984 INFO:teuthology.orchestra.run.smithi049.stderr:Assimilating anything we can from ceph.conf... 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.691733+0000 mon.smithi049 (mon.0) 2 : cluster [INF] mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.691866+0000 mon.smithi049 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi049=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0]} removed_ranks: {} 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.693783+0000 mon.smithi049 (mon.0) 4 : cluster [DBG] fsmap 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.695551+0000 mon.smithi049 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: cluster 2024-02-09T20:05:41.695946+0000 mon.smithi049 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:05:42.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: audit 2024-02-09T20:05:42.419660+0000 mon.smithi049 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.49:0/438499274' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-09T20:05:43.635 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:43.635 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [global] 2024-02-09T20:05:43.635 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: fsid = 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:43.635 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-02-09T20:05:43.635 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:05:43.636 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:05:43.962 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: audit 2024-02-09T20:05:43.627924+0000 mon.smithi049 (mon.0) 8 : audit [INF] from='client.? 172.21.15.49:0/2892172334' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:05:43.963 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: audit 2024-02-09T20:05:43.630805+0000 mon.smithi049 (mon.0) 9 : audit [INF] from='client.? 172.21.15.49:0/2892172334' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-09T20:05:44.224 INFO:teuthology.orchestra.run.smithi049.stderr:Generating new minimal ceph.conf... 2024-02-09T20:05:45.203 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: audit 2024-02-09T20:05:44.841452+0000 mon.smithi049 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.49:0/250361198' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:05:45.497 INFO:teuthology.orchestra.run.smithi049.stderr:Restarting the monitor... 2024-02-09T20:05:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:45 smithi049 systemd[1]: Stopping Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715... 2024-02-09T20:05:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:45 smithi049 bash[35646]: Error: no container with name or ID "ceph-85817c48-c786-11ee-95b8-87774f69a715-mon.smithi049" found: no such container 2024-02-09T20:05:46.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: debug 2024-02-09T20:05:45.767+0000 7f231b89e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi049 -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-09T20:05:46.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35320]: debug 2024-02-09T20:05:45.767+0000 7f231b89e700 -1 mon.smithi049@0(leader) e1 *** Got Signal Terminated *** 2024-02-09T20:05:46.430 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:46 smithi049 bash[35687]: ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049 2024-02-09T20:05:46.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:46 smithi049 systemd[1]: ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service: Succeeded. 2024-02-09T20:05:46.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:46 smithi049 systemd[1]: Stopped Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715. 2024-02-09T20:05:46.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:46 smithi049 systemd[1]: Starting Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715... 2024-02-09T20:05:48.842 INFO:teuthology.orchestra.run.smithi049.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-09T20:05:49.070 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.786+0000 7f95d88db880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.786+0000 7f95d88db880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.786+0000 7f95d88db880 0 pidfile_write: ignore empty --pid-file 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 0 load: jerasure load: lrc load: isa 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: DB SUMMARY 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: CURRENT file: CURRENT 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-09T20:05:49.071 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi049/store.db dir, Total Num: 1, files: 000004.sst 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi049/store.db: 000006.log size: 86487 ; 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.create_if_missing: 0 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.env: 0x55e6f1093080 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.info_log: 0x55e6f381e560 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:05:49.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:05:49.073 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi049/store.db 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:05:49.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.write_buffer_manager: 0x55e6f448e450 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:05:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.row_cache: None 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:05:49.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:05:49.077 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi049/store.db/MANIFEST-000005 2024-02-09T20:05:49.078 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.merge_operator: 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.792+0000 7f95d88db880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e6f37c3d10) 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cache_index_and_filter_blocks: 1 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:05:49.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: pin_top_level_index_and_filter: 1 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: index_type: 0 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: data_block_index_type: 0 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: index_shortening: 1 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: hash_index_allow_collision: 1 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: checksum: 1 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: no_block_cache: 0 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_cache: 0x55e6f37f8f10 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_cache_name: BinnedLRUCache 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_cache_options: 2024-02-09T20:05:49.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: capacity : 536870912 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: num_shard_bits : 4 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: strict_capacity_limit : 0 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: high_pri_pool_ratio: 0.000 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_cache_compressed: (nil) 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: persistent_cache: (nil) 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_size: 4096 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_size_deviation: 10 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_restart_interval: 16 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: index_block_restart_interval: 1 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: metadata_block_size: 4096 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: partition_filters: 0 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: use_delta_encoding: 1 2024-02-09T20:05:49.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: whole_key_filtering: 1 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: verify_compression: 0 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: read_amp_bytes_per_bit: 0 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: format_version: 2 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: enable_index_compression: 1 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: block_align: 0 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:05:49.082 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:05:49.083 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:05:49.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:05:49.085 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:05:49.086 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:05:49.086 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:05:49.086 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:05:49.086 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:05:49.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi049/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-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.793+0000 7f95d88db880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.794+0000 7f95d88db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509148795057, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-09T20:05:49.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.794+0000 7f95d88db880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.794+0000 7f95d88db880 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-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.795+0000 7f95d88db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509148796135, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83360, "table_properties": {"data_size": 81627, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76139, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707509148, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.795+0000 7f95d88db880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.795+0000 7f95d88db880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509148796645, "job": 1, "event": "recovery_finished"} 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.796+0000 7f95d88db880 4 rocksdb: DB pointer 0x55e6f38c1800 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.796+0000 7f95bf6cd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.796+0000 7f95bf6cd700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** DB Stats ** 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:05:49.089 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** Compaction Stats [default] ** 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: L0 2/0 83.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Sum 2/0 83.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** Compaction Stats [default] ** 2024-02-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Cumulative compaction: 0.00 GB write, 22.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Interval compaction: 0.00 GB write, 22.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** Compaction Stats [default] ** 2024-02-09T20:05:49.091 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: L0 2/0 83.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Sum 2/0 83.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** Compaction Stats [default] ** 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 110.3 0.00 0.00 1 0.001 0 0 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:05:49.092 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Cumulative compaction: 0.00 GB write, 21.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.797+0000 7f95d88db880 0 starting mon.smithi049 rank 0 at public addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] at bind addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi049 fsid 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 1 mon.smithi049@-1(???) e1 preinit fsid 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).mds e1 new map 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).mds e1 print_map 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: e1 2024-02-09T20:05:49.093 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: legacy client fscid: -1 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: No filesystems configured 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 0 mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:44.841452+0000 mon.smithi049 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.49:0/250361198' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:05:48.798+0000 7f95d88db880 1 mon.smithi049@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 bash[35810]: e51e87c3459f7fe4adbba290a2f7da3003af60fe65a3d8f2fa4530e56544b3dd 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 systemd[1]: Started Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715. 2024-02-09T20:05:49.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:48.815723+0000 mon.smithi049 (mon.0) 1 : cluster [INF] mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-02-09T20:05:49.095 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:48.815781+0000 mon.smithi049 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi049=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0]} removed_ranks: {} 2024-02-09T20:05:49.095 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:48.816208+0000 mon.smithi049 (mon.0) 3 : cluster [DBG] fsmap 2024-02-09T20:05:49.095 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:48.816243+0000 mon.smithi049 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:05:49.095 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:48.816594+0000 mon.smithi049 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:05:49.980 INFO:teuthology.orchestra.run.smithi049.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-09T20:05:49.980 INFO:teuthology.orchestra.run.smithi049.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:05:49.980 INFO:teuthology.orchestra.run.smithi049.stderr:Creating mgr... 2024-02-09T20:05:49.981 INFO:teuthology.orchestra.run.smithi049.stderr:Verifying port 9283 ... 2024-02-09T20:05:50.117 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Failed to reset failed state of unit ceph-85817c48-c786-11ee-95b8-87774f69a715@mgr.smithi049.rvwqxz.service: Unit ceph-85817c48-c786-11ee-95b8-87774f69a715@mgr.smithi049.rvwqxz.service not loaded. 2024-02-09T20:05:50.123 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: Created symlink /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715.target.wants/ceph-85817c48-c786-11ee-95b8-87774f69a715@mgr.smithi049.rvwqxz.service → /etc/systemd/system/ceph-85817c48-c786-11ee-95b8-87774f69a715@.service. 2024-02-09T20:05:50.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:49.394800+0000 mon.smithi049 (mon.0) 6 : audit [INF] from='client.? 172.21.15.49:0/3271823214' entity='client.admin' 2024-02-09T20:05:50.893 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: disabled 2024-02-09T20:05:50.901 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:05:50.902 INFO:teuthology.orchestra.run.smithi049.stderr:firewalld.service is not enabled 2024-02-09T20:05:50.902 INFO:teuthology.orchestra.run.smithi049.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:05:50.910 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: disabled 2024-02-09T20:05:50.917 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:05:50.918 INFO:teuthology.orchestra.run.smithi049.stderr:firewalld.service is not enabled 2024-02-09T20:05:50.918 INFO:teuthology.orchestra.run.smithi049.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-09T20:05:50.918 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mgr to start... 2024-02-09T20:05:50.919 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mgr... 2024-02-09T20:05:51.554 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:51.554 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:05:51.554 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsid": "85817c48-c786-11ee-95b8-87774f69a715", 2024-02-09T20:05:51.554 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 0 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:51.555 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "smithi049" 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.556 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:05:51.557 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.558 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:05:51.559 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:05:41.693002+0000", 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:51.560 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:05:51.561 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:05:51.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:51.544146+0000 mon.smithi049 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.49:0/1030356856' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:05:52.159 INFO:teuthology.orchestra.run.smithi049.stderr:mgr not available, waiting (1/15)... 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsid": "85817c48-c786-11ee-95b8-87774f69a715", 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:05:54.792 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 0 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "smithi049" 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:05:54.793 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:05:54.794 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:05:54.794 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:05:54.797 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:05:54.798 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:05:41.693002+0000", 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:05:54.799 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:05:55.156 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:54.787668+0000 mon.smithi049 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.49:0/70344119' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:05:55.537 INFO:teuthology.orchestra.run.smithi049.stderr:mgr not available, waiting (2/15)... 2024-02-09T20:05:56.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:56.327896+0000 mon.smithi049 (mon.0) 9 : cluster [INF] Activating manager daemon smithi049.rvwqxz 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:56.330390+0000 mon.smithi049 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi049.rvwqxz(active, starting, since 0.00257945s) 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.331481+0000 mon.smithi049 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.331607+0000 mon.smithi049 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.331726+0000 mon.smithi049 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.331838+0000 mon.smithi049 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.332114+0000 mon.smithi049 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr metadata", "who": "smithi049.rvwqxz", "id": "smithi049.rvwqxz"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:56.345596+0000 mon.smithi049 (mon.0) 16 : cluster [INF] Manager daemon smithi049.rvwqxz is now available 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.354117+0000 mon.smithi049 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.360091+0000 mon.smithi049 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.362966+0000 mon.smithi049 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/trash_purge_schedule"}]: dispatch 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.366101+0000 mon.smithi049 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:05:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:56.367814+0000 mon.smithi049 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.49:0/4067332321' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:05:58.388 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:05:58.388 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:05:58.388 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsid": "85817c48-c786-11ee-95b8-87774f69a715", 2024-02-09T20:05:58.388 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:05:58.388 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 0 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "smithi049" 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.389 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:05:58.390 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ], 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:58.391 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:05:41.693002+0000", 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: }, 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:05:58.392 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:05:58.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:57.333840+0000 mon.smithi049 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi049.rvwqxz(active, since 1.00603s) 2024-02-09T20:05:59.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:05:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:05:58.381133+0000 mon.smithi049 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.49:0/500469079' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:06:00.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:05:59.335818+0000 mon.smithi049 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi049.rvwqxz(active, since 3s) 2024-02-09T20:06:01.143 INFO:teuthology.orchestra.run.smithi049.stderr:mgr is available 2024-02-09T20:06:05.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:04.554524+0000 mon.smithi049 (mon.0) 25 : audit [INF] from='client.? 172.21.15.49:0/1158996081' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:06:05.049 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [global] 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: fsid = 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:06:05.050 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:06:07.346 INFO:teuthology.orchestra.run.smithi049.stderr:Enabling cephadm module... 2024-02-09T20:06:08.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:08.121133+0000 mon.smithi049 (mon.0) 26 : audit [INF] from='client.? 172.21.15.49:0/2560375213' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-09T20:06:09.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:08.174163+0000 mon.smithi049 (mon.0) 27 : audit [INF] from='client.? 172.21.15.49:0/2560375213' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-09T20:06:09.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:08.174209+0000 mon.smithi049 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi049.rvwqxz(active, since 11s) 2024-02-09T20:06:09.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:06:09.525 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-09T20:06:09.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:06:09.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "active_name": "smithi049.rvwqxz", 2024-02-09T20:06:09.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:06:09.526 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:06:10.233 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for the mgr to restart... 2024-02-09T20:06:10.234 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mgr epoch 5... 2024-02-09T20:06:10.441 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:09.523582+0000 mon.smithi049 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.49:0/1949455424' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:13.736018+0000 mon.smithi049 (mon.0) 30 : cluster [INF] Active manager daemon smithi049.rvwqxz restarted 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:13.736240+0000 mon.smithi049 (mon.0) 31 : cluster [INF] Activating manager daemon smithi049.rvwqxz 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:13.738797+0000 mon.smithi049 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:13.738912+0000 mon.smithi049 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi049.rvwqxz(active, starting, since 0.00274562s) 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.740046+0000 mon.smithi049 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.740598+0000 mon.smithi049 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr metadata", "who": "smithi049.rvwqxz", "id": "smithi049.rvwqxz"}]: dispatch 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.741231+0000 mon.smithi049 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:06:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.741377+0000 mon.smithi049 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:06:14.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.741495+0000 mon.smithi049 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:06:14.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:13.755589+0000 mon.smithi049 (mon.0) 39 : cluster [INF] Manager daemon smithi049.rvwqxz is now available 2024-02-09T20:06:14.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.767712+0000 mon.smithi049 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:14.750 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:06:14.750 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-09T20:06:14.750 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:06:14.750 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:13.765210+0000 mgr.smithi049.rvwqxz (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.857346+0000 mon.smithi049 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.858405+0000 mon.smithi049 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.859814+0000 mon.smithi049 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.861428+0000 mon.smithi049 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.875644+0000 mon.smithi049 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:13.878262+0000 mon.smithi049 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/trash_purge_schedule"}]: dispatch 2024-02-09T20:06:15.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:14.741874+0000 mon.smithi049 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi049.rvwqxz(active, since 1.0057s) 2024-02-09T20:06:15.357 INFO:teuthology.orchestra.run.smithi049.stderr:mgr epoch 5 is available 2024-02-09T20:06:15.357 INFO:teuthology.orchestra.run.smithi049.stderr:Setting orchestrator backend to cephadm... 2024-02-09T20:06:16.144 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:14.740836+0000 mgr.smithi049.rvwqxz (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:06:16.145 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:14.747845+0000 mgr.smithi049.rvwqxz (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:06:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:15.859739+0000 mon.smithi049 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi049.rvwqxz(active, since 2s) 2024-02-09T20:06:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:16.116595+0000 mgr.smithi049.rvwqxz (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:16.120388+0000 mon.smithi049 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:16.134706+0000 mon.smithi049 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:17.368 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: value unchanged 2024-02-09T20:06:18.011 INFO:teuthology.orchestra.run.smithi049.stderr:Generating ssh key... 2024-02-09T20:06:18.336 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:17.366515+0000 mgr.smithi049.rvwqxz (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:20.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:18.861985+0000 mgr.smithi049.rvwqxz (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:20.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:18.862191+0000 mgr.smithi049.rvwqxz (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-09T20:06:20.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:19.164890+0000 mon.smithi049 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:20.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:19.166621+0000 mon.smithi049 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:20.651 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeENv5i5X9n1ndKsvMdslEhSSrk51ykJXDDnAvbk9LDgZKC7RtPWTeepmqXH29sTsEjpTDyyC8UOur0+SJ2zt6ID656M+8CH9bKb0u6Hiw5zoIyhKi10Bo9cvB4lpQ+NFavdlJU3HOSZZOXPHgzMxroUKxqAG7/H50GjcLJJAV15B4NyI4xeUrBJn99H1H8u1t9A1jQVSKArIUSXOiiWxTbfH1NG0hQxzGS0oyfUNsiT+IL0JhpCGxv1vM/yLDrrS1tHCgneSQXZWSHz7ddWRcBFi4w+Z1wnWzpIZGfIbXz4jXRT1PlRZkTQRNGcWVnQB0KeENZj8uKAG0f5VZIGOcFMBXC3fggpf8DFpMNsflGcuiOBicxyGA+aSx7qtGu1weWd1hh4WhNnVSpUUTg9AtDTIribUdM9i77j6+LBLxQMyPUJskeg+Yc8qaAZMq5f/hVyXQBzogB7ObwWYGBPt6Wu4Uzn+HTJSvsVzAs7QTuZDI30Osci+J1EKczpQdiDU= ceph-85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:21.257 INFO:teuthology.orchestra.run.smithi049.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:06:21.257 INFO:teuthology.orchestra.run.smithi049.stderr:Adding key to root@localhost authorized_keys... 2024-02-09T20:06:21.258 INFO:teuthology.orchestra.run.smithi049.stderr:Adding host smithi049... 2024-02-09T20:06:21.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:20.649904+0000 mgr.smithi049.rvwqxz (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:22.567 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Added host 'smithi049' with addr '172.21.15.49' 2024-02-09T20:06:22.593 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:21.937215+0000 mgr.smithi049.rvwqxz (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "addr": "172.21.15.49", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:23.148 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying mon service with default placement... 2024-02-09T20:06:23.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:22.563639+0000 mon.smithi049 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:23.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:22.563941+0000 mgr.smithi049.rvwqxz (mgr.14116) 10 : cephadm [INF] Added host smithi049 2024-02-09T20:06:23.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:22.565289+0000 mon.smithi049 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:23.905 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-09T20:06:24.550 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying mgr service with default placement... 2024-02-09T20:06:25.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:23.900097+0000 mgr.smithi049.rvwqxz (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:25.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:23.901273+0000 mgr.smithi049.rvwqxz (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-09T20:06:25.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:23.903389+0000 mon.smithi049 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:25.417 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-09T20:06:26.621 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying crash service with default placement... 2024-02-09T20:06:26.624 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:25.412709+0000 mgr.smithi049.rvwqxz (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:26.624 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:25.413684+0000 mgr.smithi049.rvwqxz (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-09T20:06:26.624 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:25.415762+0000 mon.smithi049 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:26.624 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:26.310276+0000 mon.smithi049 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:27.383 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-09T20:06:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:26.551070+0000 mon.smithi049 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:27.381825+0000 mon.smithi049 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:28.054 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying prometheus service with default placement... 2024-02-09T20:06:28.845 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-09T20:06:28.872 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:27.378684+0000 mgr.smithi049.rvwqxz (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:28.872 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:27.379667+0000 mgr.smithi049.rvwqxz (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-09T20:06:29.529 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying grafana service with default placement... 2024-02-09T20:06:30.247 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-09T20:06:30.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:28.840221+0000 mgr.smithi049.rvwqxz (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:30.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:28.841073+0000 mgr.smithi049.rvwqxz (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-09T20:06:30.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:28.843049+0000 mon.smithi049 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:30.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:29.188277+0000 mon.smithi049 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:31.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:30.242004+0000 mgr.smithi049.rvwqxz (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:31.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:30.242860+0000 mgr.smithi049.rvwqxz (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-09T20:06:31.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:30.245053+0000 mon.smithi049 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:31.751 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying node-exporter service with default placement... 2024-02-09T20:06:32.522 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-09T20:06:33.190 INFO:teuthology.orchestra.run.smithi049.stderr:Deploying alertmanager service with default placement... 2024-02-09T20:06:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:32.517016+0000 mgr.smithi049.rvwqxz (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:32.517844+0000 mgr.smithi049.rvwqxz (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-09T20:06:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:32.520003+0000 mon.smithi049 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:34.020 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-09T20:06:35.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:33.742584+0000 mgr.smithi049.rvwqxz (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:06:35.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:34.015784+0000 mgr.smithi049.rvwqxz (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:35.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:06:34.016639+0000 mgr.smithi049.rvwqxz (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-09T20:06:35.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:34.018822+0000 mon.smithi049 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.49:0/4162762745' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:36.479 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:35.418161+0000 mon.smithi049 (mon.0) 65 : audit [INF] from='client.? 172.21.15.49:0/2883300474' entity='client.admin' 2024-02-09T20:06:36.480 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:35.743013+0000 mgr.smithi049.rvwqxz (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:06:37.708 INFO:teuthology.orchestra.run.smithi049.stderr:Enabling the dashboard module... 2024-02-09T20:06:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:36.979546+0000 mon.smithi049 (mon.0) 66 : audit [INF] from='client.? 172.21.15.49:0/3368192749' entity='client.admin' 2024-02-09T20:06:39.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:37.743387+0000 mgr.smithi049.rvwqxz (mgr.14116) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:06:40.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:39.668810+0000 mon.smithi049 (mon.0) 67 : audit [INF] from='client.? 172.21.15.49:0/1480770003' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-09T20:06:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:39.986404+0000 mon.smithi049 (mon.0) 68 : audit [INF] from='client.? 172.21.15.49:0/1480770003' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-09T20:06:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:39.986450+0000 mon.smithi049 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi049.rvwqxz(active, since 26s) 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "active_name": "smithi049.rvwqxz", 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:06:41.505 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:06:42.159 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for the mgr to restart... 2024-02-09T20:06:42.159 INFO:teuthology.orchestra.run.smithi049.stderr:Waiting for mgr epoch 9... 2024-02-09T20:06:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:41.503143+0000 mon.smithi049 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.49:0/3265442306' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:06:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:45.533017+0000 mon.smithi049 (mon.0) 71 : cluster [INF] Active manager daemon smithi049.rvwqxz restarted 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:45.533251+0000 mon.smithi049 (mon.0) 72 : cluster [INF] Activating manager daemon smithi049.rvwqxz 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:45.535926+0000 mon.smithi049 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:45.536053+0000 mon.smithi049 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi049.rvwqxz(active, starting, since 0.00289212s) 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.537078+0000 mon.smithi049 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.537695+0000 mon.smithi049 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr metadata", "who": "smithi049.rvwqxz", "id": "smithi049.rvwqxz"}]: dispatch 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.538409+0000 mon.smithi049 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.538553+0000 mon.smithi049 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.538683+0000 mon.smithi049 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:06:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:45.540624+0000 mon.smithi049 (mon.0) 80 : cluster [INF] Manager daemon smithi049.rvwqxz is now available 2024-02-09T20:06:46.546 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: { 2024-02-09T20:06:46.546 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-09T20:06:46.546 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:06:46.546 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: } 2024-02-09T20:06:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.640425+0000 mon.smithi049 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.641902+0000 mon.smithi049 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.667751+0000 mon.smithi049 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:06:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:45.669524+0000 mon.smithi049 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/trash_purge_schedule"}]: dispatch 2024-02-09T20:06:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:46.537857+0000 mon.smithi049 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi049.rvwqxz(active, since 1.00469s) 2024-02-09T20:06:47.605 INFO:teuthology.orchestra.run.smithi049.stderr:mgr epoch 9 is available 2024-02-09T20:06:47.605 INFO:teuthology.orchestra.run.smithi049.stderr:Generating a dashboard self-signed certificate... 2024-02-09T20:06:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:46.537419+0000 mgr.smithi049.rvwqxz (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:06:48.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:46.543858+0000 mgr.smithi049.rvwqxz (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:06:48.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:46.948957+0000 mon.smithi049 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:48.506 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-09T20:06:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:47.952210+0000 mon.smithi049 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi049.rvwqxz(active, since 2s) 2024-02-09T20:06:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:48.502151+0000 mon.smithi049 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:49.075 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:48.503905+0000 mon.smithi049 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:49.885 INFO:teuthology.orchestra.run.smithi049.stderr:Creating initial admin user... 2024-02-09T20:06:50.160 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:48.468985+0000 mgr.smithi049.rvwqxz (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:50.916 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$xJYDZ3OrVaStdqST3Q8Jduj8SJcK18V4x0SsmGtz8VBNTFiNSJ/8C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707509210, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-09T20:06:51.516 INFO:teuthology.orchestra.run.smithi049.stderr:Fetching dashboard port number... 2024-02-09T20:06:52.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:50.668608+0000 mgr.smithi049.rvwqxz (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:52.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:50.914575+0000 mon.smithi049 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:06:52.316 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: 8443 2024-02-09T20:06:52.967 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: disabled 2024-02-09T20:06:52.975 INFO:teuthology.orchestra.run.smithi049.stderr:systemctl: inactive 2024-02-09T20:06:52.976 INFO:teuthology.orchestra.run.smithi049.stderr:firewalld.service is not enabled 2024-02-09T20:06:52.976 INFO:teuthology.orchestra.run.smithi049.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr:Ceph Dashboard is now available at: 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr: URL: https://smithi049.front.sepia.ceph.com:8443/ 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr: User: admin 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr: Password: 1k42mzore1 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:52.979 INFO:teuthology.orchestra.run.smithi049.stderr:Enabling autotune for osd_memory_target 2024-02-09T20:06:53.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:06:51.917302+0000 mon.smithi049 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi049.rvwqxz(active, since 6s) 2024-02-09T20:06:53.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:52.314619+0000 mon.smithi049 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.49:0/1393941278' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-09T20:06:55.256 INFO:teuthology.orchestra.run.smithi049.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr:Or, if you are only running a single cluster on this host: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: ceph telemetry on 2024-02-09T20:06:55.956 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.957 INFO:teuthology.orchestra.run.smithi049.stderr:For more information see: 2024-02-09T20:06:55.957 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.957 INFO:teuthology.orchestra.run.smithi049.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-09T20:06:55.957 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:06:55.957 INFO:teuthology.orchestra.run.smithi049.stderr:Bootstrap complete. 2024-02-09T20:06:55.996 INFO:tasks.cephadm:Fetching config... 2024-02-09T20:06:55.996 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:06:55.997 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-09T20:06:56.017 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-09T20:06:56.017 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:06:56.017 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-09T20:06:56.076 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-09T20:06:56.076 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:06:56.076 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/keyring of=/dev/stdout 2024-02-09T20:06:56.145 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-09T20:06:56.146 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:06:56.146 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-09T20:06:56.204 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-09T20:06:56.205 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeENv5i5X9n1ndKsvMdslEhSSrk51ykJXDDnAvbk9LDgZKC7RtPWTeepmqXH29sTsEjpTDyyC8UOur0+SJ2zt6ID656M+8CH9bKb0u6Hiw5zoIyhKi10Bo9cvB4lpQ+NFavdlJU3HOSZZOXPHgzMxroUKxqAG7/H50GjcLJJAV15B4NyI4xeUrBJn99H1H8u1t9A1jQVSKArIUSXOiiWxTbfH1NG0hQxzGS0oyfUNsiT+IL0JhpCGxv1vM/yLDrrS1tHCgneSQXZWSHz7ddWRcBFi4w+Z1wnWzpIZGfIbXz4jXRT1PlRZkTQRNGcWVnQB0KeENZj8uKAG0f5VZIGOcFMBXC3fggpf8DFpMNsflGcuiOBicxyGA+aSx7qtGu1weWd1hh4WhNnVSpUUTg9AtDTIribUdM9i77j6+LBLxQMyPUJskeg+Yc8qaAZMq5f/hVyXQBzogB7ObwWYGBPt6Wu4Uzn+HTJSvsVzAs7QTuZDI30Osci+J1EKczpQdiDU= ceph-85817c48-c786-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:06:56.286 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeENv5i5X9n1ndKsvMdslEhSSrk51ykJXDDnAvbk9LDgZKC7RtPWTeepmqXH29sTsEjpTDyyC8UOur0+SJ2zt6ID656M+8CH9bKb0u6Hiw5zoIyhKi10Bo9cvB4lpQ+NFavdlJU3HOSZZOXPHgzMxroUKxqAG7/H50GjcLJJAV15B4NyI4xeUrBJn99H1H8u1t9A1jQVSKArIUSXOiiWxTbfH1NG0hQxzGS0oyfUNsiT+IL0JhpCGxv1vM/yLDrrS1tHCgneSQXZWSHz7ddWRcBFi4w+Z1wnWzpIZGfIbXz4jXRT1PlRZkTQRNGcWVnQB0KeENZj8uKAG0f5VZIGOcFMBXC3fggpf8DFpMNsflGcuiOBicxyGA+aSx7qtGu1weWd1hh4WhNnVSpUUTg9AtDTIribUdM9i77j6+LBLxQMyPUJskeg+Yc8qaAZMq5f/hVyXQBzogB7ObwWYGBPt6Wu4Uzn+HTJSvsVzAs7QTuZDI30Osci+J1EKczpQdiDU= ceph-85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:56.297 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeENv5i5X9n1ndKsvMdslEhSSrk51ykJXDDnAvbk9LDgZKC7RtPWTeepmqXH29sTsEjpTDyyC8UOur0+SJ2zt6ID656M+8CH9bKb0u6Hiw5zoIyhKi10Bo9cvB4lpQ+NFavdlJU3HOSZZOXPHgzMxroUKxqAG7/H50GjcLJJAV15B4NyI4xeUrBJn99H1H8u1t9A1jQVSKArIUSXOiiWxTbfH1NG0hQxzGS0oyfUNsiT+IL0JhpCGxv1vM/yLDrrS1tHCgneSQXZWSHz7ddWRcBFi4w+Z1wnWzpIZGfIbXz4jXRT1PlRZkTQRNGcWVnQB0KeENZj8uKAG0f5VZIGOcFMBXC3fggpf8DFpMNsflGcuiOBicxyGA+aSx7qtGu1weWd1hh4WhNnVSpUUTg9AtDTIribUdM9i77j6+LBLxQMyPUJskeg+Yc8qaAZMq5f/hVyXQBzogB7ObwWYGBPt6Wu4Uzn+HTJSvsVzAs7QTuZDI30Osci+J1EKczpQdiDU= ceph-85817c48-c786-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:06:56.344 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeENv5i5X9n1ndKsvMdslEhSSrk51ykJXDDnAvbk9LDgZKC7RtPWTeepmqXH29sTsEjpTDyyC8UOur0+SJ2zt6ID656M+8CH9bKb0u6Hiw5zoIyhKi10Bo9cvB4lpQ+NFavdlJU3HOSZZOXPHgzMxroUKxqAG7/H50GjcLJJAV15B4NyI4xeUrBJn99H1H8u1t9A1jQVSKArIUSXOiiWxTbfH1NG0hQxzGS0oyfUNsiT+IL0JhpCGxv1vM/yLDrrS1tHCgneSQXZWSHz7ddWRcBFi4w+Z1wnWzpIZGfIbXz4jXRT1PlRZkTQRNGcWVnQB0KeENZj8uKAG0f5VZIGOcFMBXC3fggpf8DFpMNsflGcuiOBicxyGA+aSx7qtGu1weWd1hh4WhNnVSpUUTg9AtDTIribUdM9i77j6+LBLxQMyPUJskeg+Yc8qaAZMq5f/hVyXQBzogB7ObwWYGBPt6Wu4Uzn+HTJSvsVzAs7QTuZDI30Osci+J1EKczpQdiDU= ceph-85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:56.355 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-09T20:06:56.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:06:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:55.252336+0000 mon.smithi049 (mon.0) 93 : audit [INF] from='client.? 172.21.15.49:0/1754293216' entity='client.admin' 2024-02-09T20:07:00.061 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-09T20:07:00.061 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-09T20:07:00.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:06:59.405261+0000 mon.smithi049 (mon.0) 94 : audit [INF] from='client.? 172.21.15.49:0/4017564211' entity='client.admin' 2024-02-09T20:07:02.173 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:00.912947+0000 mon.smithi049 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:02.173 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:01.244869+0000 mon.smithi049 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:07:02.173 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:01.247943+0000 mon.smithi049 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:03.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:01.256334+0000 mgr.smithi049.rvwqxz (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi049 on smithi049 2024-02-09T20:07:03.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:02.621332+0000 mon.smithi049 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:03.542 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi080 2024-02-09T20:07:03.543 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:07:03.543 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.conf 2024-02-09T20:07:03.565 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:07:03.565 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:07:03.626 INFO:tasks.cephadm:Adding host smithi080 to orchestrator... 2024-02-09T20:07:03.626 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch host add smithi080 2024-02-09T20:07:06.592 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:02.618964+0000 mgr.smithi049.rvwqxz (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:06.933 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:05.539780+0000 mgr.smithi049.rvwqxz (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:08.794 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:07.540150+0000 mgr.smithi049.rvwqxz (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:09.540422+0000 mgr.smithi049.rvwqxz (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:09.638128+0000 mon.smithi049 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:09.639680+0000 mon.smithi049 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:09.641141+0000 mon.smithi049 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:09.641708+0000 mon.smithi049 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:07:10.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:09.642209+0000 mgr.smithi049.rvwqxz (mgr.14156) 10 : cephadm [INF] Deploying daemon crash.smithi049 on smithi049 2024-02-09T20:07:11.844 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:10.667662+0000 mon.smithi049 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:11.540732+0000 mgr.smithi049.rvwqxz (mgr.14156) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:11.920287+0000 mon.smithi049 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:11.994626+0000 mon.smithi049 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:11.996283+0000 mon.smithi049 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:11.998215+0000 mon.smithi049 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:11.998539+0000 mgr.smithi049.rvwqxz (mgr.14156) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:12.000649+0000 mon.smithi049 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:12.007227+0000 mgr.smithi049.rvwqxz (mgr.14156) 13 : cephadm [INF] Deploying daemon grafana.smithi049 on smithi049 2024-02-09T20:07:15.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:13.540985+0000 mgr.smithi049.rvwqxz (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:17.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:15.541206+0000 mgr.smithi049.rvwqxz (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:17.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:15.671161+0000 mon.smithi049 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:19.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:17.541429+0000 mgr.smithi049.rvwqxz (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:21.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:19.541638+0000 mgr.smithi049.rvwqxz (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:23.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:21.541891+0000 mgr.smithi049.rvwqxz (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:24.932 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:23.542152+0000 mgr.smithi049.rvwqxz (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:24.932 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:24.371108+0000 mon.smithi049 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:25.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:24.373420+0000 mgr.smithi049.rvwqxz (mgr.14156) 20 : cephadm [INF] Deploying daemon node-exporter.smithi049 on smithi049 2024-02-09T20:07:27.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:25.542636+0000 mgr.smithi049.rvwqxz (mgr.14156) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:27.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:25.674859+0000 mon.smithi049 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:27.543009+0000 mgr.smithi049.rvwqxz (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:27.807922+0000 mon.smithi049 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:29.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:27.810087+0000 mon.smithi049 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-09T20:07:30.223 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:28.810275+0000 mon.smithi049 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.49:0/2227301232' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-09T20:07:30.223 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:28.810332+0000 mon.smithi049 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi049.rvwqxz(active, since 43s) 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:34.358808+0000 mon.smithi049 (mon.0) 116 : cluster [INF] Active manager daemon smithi049.rvwqxz restarted 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:34.359038+0000 mon.smithi049 (mon.0) 117 : cluster [INF] Activating manager daemon smithi049.rvwqxz 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:34.361604+0000 mon.smithi049 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:34.361720+0000 mon.smithi049 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi049.rvwqxz(active, starting, since 0.00277864s) 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.362588+0000 mon.smithi049 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.363337+0000 mon.smithi049 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr metadata", "who": "smithi049.rvwqxz", "id": "smithi049.rvwqxz"}]: dispatch 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.363993+0000 mon.smithi049 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.364172+0000 mon.smithi049 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.364289+0000 mon.smithi049 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:07:34.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:34.377476+0000 mon.smithi049 (mon.0) 125 : cluster [INF] Manager daemon smithi049.rvwqxz is now available 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.476058+0000 mon.smithi049 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.477490+0000 mon.smithi049 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.494780+0000 mon.smithi049 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.510746+0000 mon.smithi049 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:34.515088+0000 mon.smithi049 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.rvwqxz/trash_purge_schedule"}]: dispatch 2024-02-09T20:07:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:35.363563+0000 mon.smithi049 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi049.rvwqxz(active, since 1.00462s) 2024-02-09T20:07:37.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:36.414092+0000 mon.smithi049 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi049.rvwqxz(active, since 2s) 2024-02-09T20:07:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.367006+0000 mon.smithi049 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.650566+0000 mon.smithi049 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.651375+0000 mon.smithi049 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.651926+0000 mon.smithi049 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:38.652922+0000 mgr.smithi049.rvwqxz (mgr.14180) 1 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:38.669854+0000 mgr.smithi049.rvwqxz (mgr.14180) 2 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.698312+0000 mon.smithi049 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:38.700522+0000 mon.smithi049 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:38.712179+0000 mgr.smithi049.rvwqxz (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi049 on smithi049 2024-02-09T20:07:41.830 INFO:teuthology.orchestra.run.smithi080.stdout:Added host 'smithi080' with addr '172.21.15.80' 2024-02-09T20:07:42.500 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-09T20:07:43.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:41.226523+0000 mgr.smithi049.rvwqxz (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:43.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:41.826938+0000 mon.smithi049 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:43.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:41.827289+0000 mgr.smithi049.rvwqxz (mgr.14180) 5 : cephadm [INF] Added host smithi080 2024-02-09T20:07:44.425 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:07:44.425 INFO:teuthology.orchestra.run.smithi080.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}] 2024-02-09T20:07:44.962 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-09T20:07:44.962 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-09T20:07:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:44.422393+0000 mgr.smithi049.rvwqxz (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:07:48.956 INFO:teuthology.orchestra.run.smithi049.stderr:adjusted tunables profile to default 2024-02-09T20:07:49.217 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:48.787896+0000 mon.smithi049 (mon.0) 140 : audit [INF] from='client.? 172.21.15.49:0/1057696928' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-09T20:07:49.476 INFO:tasks.cephadm:Adding mon.smithi049 on smithi049 2024-02-09T20:07:49.477 INFO:tasks.cephadm:Adding mon.smithi080 on smithi080 2024-02-09T20:07:49.477 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi049:172.21.15.49=smithi049;smithi080:172.21.15.80=smithi080' 2024-02-09T20:07:50.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:48.840469+0000 mon.smithi049 (mon.0) 141 : audit [INF] from='client.? 172.21.15.49:0/1057696928' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-09T20:07:50.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:48.840533+0000 mon.smithi049 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:07:53.166 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled mon update... 2024-02-09T20:07:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:52.262679+0000 mon.smithi049 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:52.263884+0000 mon.smithi049 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:52.793101+0000 mon.smithi049 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:53.048592+0000 mon.smithi049 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:53.164620+0000 mon.smithi049 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:53.813 DEBUG:teuthology.orchestra.run.smithi080:mon.smithi080> sudo journalctl -f -n 0 -u ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi080.service 2024-02-09T20:07:53.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:07:53.816 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:07:53.846 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:-- Logs begin at Fri 2024-02-09 19:57:45 UTC. -- 2024-02-09T20:07:54.716 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:53.160402+0000 mgr.smithi049.rvwqxz (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi049:172.21.15.49=smithi049;smithi080:172.21.15.80=smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:54.716 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:53.162450+0000 mgr.smithi049.rvwqxz (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi049:172.21.15.49=smithi049;smithi080:172.21.15.80=smithi080;count:2 2024-02-09T20:07:56.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:54.365470+0000 mgr.smithi049.rvwqxz (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:56.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:54.507798+0000 mon.smithi049 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:56.804 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:07:56.805 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":1,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:05:38.363046Z","created":"2024-02-09T20:05:38.363046Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:07:56.806 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 1 2024-02-09T20:07:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:56.365904+0000 mgr.smithi049.rvwqxz (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:56.802173+0000 mon.smithi049 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.80:0/72029033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:07:58.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:07:58.411 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:07:59.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:58.266756+0000 mon.smithi049 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:59.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:07:58.366268+0000 mgr.smithi049.rvwqxz (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:59.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:58.902575+0000 mon.smithi049 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:07:59.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:07:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:58.903227+0000 mon.smithi049 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:08:00.518 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:08:00.518 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":1,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:05:38.363046Z","created":"2024-02-09T20:05:38.363046Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:08:00.520 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 1 2024-02-09T20:08:00.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.489450+0000 mon.smithi049 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.490212+0000 mon.smithi049 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.490819+0000 mon.smithi049 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:59.491765+0000 mgr.smithi049.rvwqxz (mgr.14180) 12 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:59.517546+0000 mgr.smithi049.rvwqxz (mgr.14180) 13 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.570332+0000 mon.smithi049 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.572395+0000 mon.smithi049 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.573747+0000 mon.smithi049 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.575238+0000 mon.smithi049 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:07:59.575784+0000 mon.smithi049 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:00.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:07:59.576281+0000 mgr.smithi049.rvwqxz (mgr.14180) 14 : cephadm [INF] Deploying daemon crash.smithi080 on smithi080 2024-02-09T20:08:01.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:00.366598+0000 mgr.smithi049.rvwqxz (mgr.14180) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:00.516348+0000 mon.smithi049 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.80:0/390907296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:02.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:02.974 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:02.366953+0000 mgr.smithi049.rvwqxz (mgr.14180) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:02.601749+0000 mon.smithi049 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:02.604115+0000 mon.smithi049 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.vjtypi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:02.606059+0000 mon.smithi049 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.vjtypi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:02.606840+0000 mon.smithi049 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:02.607773+0000 mon.smithi049 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:04.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:02.608448+0000 mgr.smithi049.rvwqxz (mgr.14180) 17 : cephadm [INF] Deploying daemon mgr.smithi080.vjtypi on smithi080 2024-02-09T20:08:05.182 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:08:05.183 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":1,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:05:38.363046Z","created":"2024-02-09T20:05:38.363046Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:08:05.184 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 1 2024-02-09T20:08:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:04.367278+0000 mgr.smithi049.rvwqxz (mgr.14180) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:06.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:04.511839+0000 mon.smithi049 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:06.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:05.180843+0000 mon.smithi049 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.80:0/3947582787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:07.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:07.004 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:06.367641+0000 mgr.smithi049.rvwqxz (mgr.14180) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:08.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:06.609841+0000 mon.smithi049 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:08.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:06.611985+0000 mon.smithi049 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:08.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:06.612931+0000 mon.smithi049 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:08.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:06.613729+0000 mgr.smithi049.rvwqxz (mgr.14180) 20 : cephadm [INF] Deploying daemon mon.smithi080 on smithi080 2024-02-09T20:08:10.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:08.368000+0000 mgr.smithi049.rvwqxz (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:10.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:09.521061+0000 mon.smithi049 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:10.368376+0000 mgr.smithi049.rvwqxz (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:13.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:11.799754+0000 mon.smithi049 (mon.0) 173 : cluster [DBG] Standby manager daemon smithi080.vjtypi started 2024-02-09T20:08:13.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:11.802019+0000 mon.smithi049 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.80:0/2891826268' entity='mgr.smithi080.vjtypi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi080.vjtypi/crt"}]: dispatch 2024-02-09T20:08:13.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:11.802705+0000 mon.smithi049 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.80:0/2891826268' entity='mgr.smithi080.vjtypi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-09T20:08:13.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:11.805378+0000 mon.smithi049 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.80:0/2891826268' entity='mgr.smithi080.vjtypi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi080.vjtypi/key"}]: dispatch 2024-02-09T20:08:13.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:11.805755+0000 mon.smithi049 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.80:0/2891826268' entity='mgr.smithi080.vjtypi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-09T20:08:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:12.368748+0000 mgr.smithi049.rvwqxz (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:12.619303+0000 mon.smithi049 (mon.0) 178 : cluster [DBG] mgrmap e18: smithi049.rvwqxz(active, since 38s), standbys: smithi080.vjtypi 2024-02-09T20:08:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:12.619486+0000 mon.smithi049 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr metadata", "who": "smithi080.vjtypi", "id": "smithi080.vjtypi"}]: dispatch 2024-02-09T20:08:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:14.369154+0000 mgr.smithi049.rvwqxz (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:17.866 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:08:17.867 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":1,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:05:38.363046Z","created":"2024-02-09T20:05:38.363046Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:08:17.868 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 1 2024-02-09T20:08:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:16.369551+0000 mgr.smithi049.rvwqxz (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:19.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:17.865292+0000 mon.smithi049 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.80:0/937175632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:19 smithi080 bash[40223]: ddfae243b2fb28d754abc934c3acb906b84149b2aafd637745ff9e37cf204794 2024-02-09T20:08:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:19 smithi080 systemd[1]: Started Ceph mon.smithi080 for 85817c48-c786-11ee-95b8-87774f69a715. 2024-02-09T20:08:19.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:19.700 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:24.632 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:19.171804+0000 mon.smithi049 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:08:24.632 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:19.171971+0000 mon.smithi049 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.632 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:19.172125+0000 mon.smithi049 (mon.0) 184 : cluster [INF] mon.smithi049 calling monitor election 2024-02-09T20:08:24.632 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:20.169127+0000 mon.smithi049 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.632 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:20.370270+0000 mgr.smithi049.rvwqxz (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:21.169107+0000 mon.smithi049 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:21.170175+0000 mon.smithi080 (mon.1) 1 : cluster [INF] mon.smithi080 calling monitor election 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:22.169204+0000 mon.smithi049 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:22.370550+0000 mgr.smithi049.rvwqxz (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:23.169265+0000 mon.smithi049 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:24.169522+0000 mon.smithi049 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.199159+0000 mon.smithi049 (mon.0) 190 : cluster [INF] mon.smithi049 is new leader, mons smithi049,smithi080 in quorum (ranks 0,1) 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.205161+0000 mon.smithi049 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi049=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.217771+0000 mon.smithi049 (mon.0) 192 : cluster [DBG] fsmap 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.217803+0000 mon.smithi049 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.218235+0000 mon.smithi049 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi049.rvwqxz(active, since 49s), standbys: smithi080.vjtypi 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.218378+0000 mon.smithi049 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-02-09T20:08:24.633 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:24.221852+0000 mon.smithi049 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:24.722 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-02-09T20:08:24.722 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":2,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:08:19.169059Z","created":"2024-02-09T20:05:38.363046Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-09T20:08:24.724 INFO:teuthology.orchestra.run.smithi080.stderr:dumped monmap epoch 2 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:19.171804+0000 mon.smithi049 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:19.171971+0000 mon.smithi049 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:19.172125+0000 mon.smithi049 (mon.0) 184 : cluster [INF] mon.smithi049 calling monitor election 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:20.169127+0000 mon.smithi049 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:20.370270+0000 mgr.smithi049.rvwqxz (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:21.169107+0000 mon.smithi049 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:21.170175+0000 mon.smithi080 (mon.1) 1 : cluster [INF] mon.smithi080 calling monitor election 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:22.169204+0000 mon.smithi049 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:22.370550+0000 mgr.smithi049.rvwqxz (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:23.169265+0000 mon.smithi049 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:24.169522+0000 mon.smithi049 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.199159+0000 mon.smithi049 (mon.0) 190 : cluster [INF] mon.smithi049 is new leader, mons smithi049,smithi080 in quorum (ranks 0,1) 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.205161+0000 mon.smithi049 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi049=[v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0],smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.217771+0000 mon.smithi049 (mon.0) 192 : cluster [DBG] fsmap 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.217803+0000 mon.smithi049 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.218235+0000 mon.smithi049 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi049.rvwqxz(active, since 49s), standbys: smithi080.vjtypi 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.218378+0000 mon.smithi049 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-02-09T20:08:24.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:24.221852+0000 mon.smithi049 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:25.384 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-09T20:08:25.384 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-09T20:08:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:24.223824+0000 mgr.smithi049.rvwqxz (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi080 on smithi080 2024-02-09T20:08:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:24.370846+0000 mgr.smithi049.rvwqxz (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:24.526923+0000 mon.smithi049 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:25.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:24.719412+0000 mon.smithi049 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.80:0/747600230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:25.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:25.170403+0000 mon.smithi049 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:25.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:24.223824+0000 mgr.smithi049.rvwqxz (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi080 on smithi080 2024-02-09T20:08:25.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:24.370846+0000 mgr.smithi049.rvwqxz (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:25.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:24.526923+0000 mon.smithi049 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:25.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:24.719412+0000 mon.smithi049 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.80:0/747600230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:25.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:25.170403+0000 mon.smithi049 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2024-02-09T20:08:27.525 INFO:teuthology.orchestra.run.smithi049.stdout:# minimal ceph.conf for 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:27.525 INFO:teuthology.orchestra.run.smithi049.stdout:[global] 2024-02-09T20:08:27.525 INFO:teuthology.orchestra.run.smithi049.stdout: fsid = 85817c48-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:27.525 INFO:teuthology.orchestra.run.smithi049.stdout: mon_host = [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] 2024-02-09T20:08:27.846 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:26.371255+0000 mgr.smithi049.rvwqxz (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:27.846 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:27.524125+0000 mon.smithi049 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.49:0/2438642513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:27.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:26.371255+0000 mgr.smithi049.rvwqxz (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:27.905 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:27.524125+0000 mon.smithi049 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.49:0/2438642513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:28.064 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-09T20:08:28.065 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:08:28.065 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:08:28.097 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:08:28.097 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:28.165 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:08:28.165 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:08:28.198 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:08:28.198 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:28.266 INFO:tasks.cephadm:Deploying OSDs... 2024-02-09T20:08:28.266 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:08:28.266 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:08:28.284 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:08:28.284 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme1n1 2024-02-09T20:08:28.343 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme1n1 2024-02-09T20:08:28.343 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:28.343 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 193657 Links: 1 Device type: 103,1 2024-02-09T20:08:28.343 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:28.343 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:28.344 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:06:59.348084656 +0000 2024-02-09T20:08:28.344 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:05:05.051240875 +0000 2024-02-09T20:08:28.344 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:05:05.051240875 +0000 2024-02-09T20:08:28.344 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:08:28.344 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:08:28.410 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:08:28.410 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:08:28.410 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000115709 s, 4.4 MB/s 2024-02-09T20:08:28.411 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:08:28.471 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme2n1 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme2n1 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 193756 Links: 1 Device type: 103,2 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:06:59.357084408 +0000 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:05:05.201236734 +0000 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:05:05.201236734 +0000 2024-02-09T20:08:28.530 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:08:28.531 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:08:28.596 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:08:28.596 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:08:28.597 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000126613 s, 4.0 MB/s 2024-02-09T20:08:28.598 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:08:28.657 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme3n1 2024-02-09T20:08:28.715 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme3n1 2024-02-09T20:08:28.715 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:28.715 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 193855 Links: 1 Device type: 103,3 2024-02-09T20:08:28.715 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:28.716 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:28.716 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:06:59.365084187 +0000 2024-02-09T20:08:28.716 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:05:05.348232676 +0000 2024-02-09T20:08:28.716 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:05:05.348232676 +0000 2024-02-09T20:08:28.716 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:08:28.716 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:08:28.782 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:08:28.782 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:08:28.782 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.00012585 s, 4.1 MB/s 2024-02-09T20:08:28.783 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:08:28.843 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme4n1 2024-02-09T20:08:28.901 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme4n1 2024-02-09T20:08:28.901 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:28.901 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 6h/6d Inode: 193942 Links: 1 Device type: 103,4 2024-02-09T20:08:28.901 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:28.901 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:28.902 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-02-09 20:06:59.374083938 +0000 2024-02-09T20:08:28.902 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-02-09 20:05:05.496228591 +0000 2024-02-09T20:08:28.902 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-02-09 20:05:05.496228591 +0000 2024-02-09T20:08:28.902 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-02-09T20:08:28.902 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:08:28.968 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-02-09T20:08:28.968 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-02-09T20:08:28.969 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000127138 s, 4.0 MB/s 2024-02-09T20:08:28.969 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:08:29.029 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:08:29.066 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:08:29.084 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:08:29.084 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme1n1 2024-02-09T20:08:29.142 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme1n1 2024-02-09T20:08:29.142 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:29.142 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 190224 Links: 1 Device type: 103,1 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:07:56.746180848 +0000 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:05:06.756041877 +0000 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:05:06.756041877 +0000 2024-02-09T20:08:29.143 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:08:29.143 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:08:29.210 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:08:29.210 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:08:29.210 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000282981 s, 1.8 MB/s 2024-02-09T20:08:29.211 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:08:29.269 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme2n1 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme2n1 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 190323 Links: 1 Device type: 103,2 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:07:56.756180620 +0000 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:05:06.906038479 +0000 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:05:06.906038479 +0000 2024-02-09T20:08:29.327 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:08:29.327 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:08:29.392 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:08:29.392 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:08:29.392 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000257956 s, 2.0 MB/s 2024-02-09T20:08:29.393 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:08:29.452 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme3n1 2024-02-09T20:08:29.510 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme3n1 2024-02-09T20:08:29.510 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:29.510 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 190422 Links: 1 Device type: 103,3 2024-02-09T20:08:29.510 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:29.511 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:29.511 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:07:56.766180392 +0000 2024-02-09T20:08:29.511 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:05:07.050035216 +0000 2024-02-09T20:08:29.511 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:05:07.050035216 +0000 2024-02-09T20:08:29.511 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:08:29.511 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:08:29.576 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:08:29.576 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:08:29.576 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000204377 s, 2.5 MB/s 2024-02-09T20:08:29.577 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:08:29.636 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme4n1 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme4n1 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 189238 Links: 1 Device type: 103,4 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-02-09 20:07:56.776180164 +0000 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-02-09 20:05:07.199031840 +0000 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-02-09 20:05:07.199031840 +0000 2024-02-09T20:08:29.695 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-02-09T20:08:29.696 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:08:29.765 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-02-09T20:08:29.765 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-02-09T20:08:29.765 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000232751 s, 2.2 MB/s 2024-02-09T20:08:29.766 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:08:29.826 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-09T20:08:29.889 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:28.371682+0000 mgr.smithi049.rvwqxz (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.889 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:28.676217+0000 mon.smithi049 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:29.889 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:28.677528+0000 mon.smithi049 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:08:29.889 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:29.531575+0000 mon.smithi049 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:28.371682+0000 mgr.smithi049.rvwqxz (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:28.676217+0000 mon.smithi049 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:28.677528+0000 mon.smithi049 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:08:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:29.531575+0000 mon.smithi049 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:30.372002+0000 mgr.smithi049.rvwqxz (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.715745+0000 mon.smithi049 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.716658+0000 mon.smithi049 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.717542+0000 mon.smithi049 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:30.718699+0000 mgr.smithi049.rvwqxz (mgr.14180) 34 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:30.719072+0000 mgr.smithi049.rvwqxz (mgr.14180) 35 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.742797+0000 mon.smithi049 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.745959+0000 mon.smithi049 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:31.932 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.749707+0000 mon.smithi049 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:31.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:30.753196+0000 mgr.smithi049.rvwqxz (mgr.14180) 36 : cephadm [INF] Reconfiguring mon.smithi049 (unknown last config time)... 2024-02-09T20:08:31.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.753510+0000 mon.smithi049 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:31.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.754367+0000 mon.smithi049 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:31.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:30.755128+0000 mon.smithi049 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:31.933 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:30.755815+0000 mgr.smithi049.rvwqxz (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mon.smithi049 on smithi049 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:30.372002+0000 mgr.smithi049.rvwqxz (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.715745+0000 mon.smithi049 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.716658+0000 mon.smithi049 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.717542+0000 mon.smithi049 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:30.718699+0000 mgr.smithi049.rvwqxz (mgr.14180) 34 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:30.719072+0000 mgr.smithi049.rvwqxz (mgr.14180) 35 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.742797+0000 mon.smithi049 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.745959+0000 mon.smithi049 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.749707+0000 mon.smithi049 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:30.753196+0000 mgr.smithi049.rvwqxz (mgr.14180) 36 : cephadm [INF] Reconfiguring mon.smithi049 (unknown last config time)... 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.753510+0000 mon.smithi049 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.754367+0000 mon.smithi049 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:30.755128+0000 mon.smithi049 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:32.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:30.755815+0000 mgr.smithi049.rvwqxz (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mon.smithi049 on smithi049 2024-02-09T20:08:32.478 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled osd.all-available-devices update... 2024-02-09T20:08:33.048 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-09T20:08:33.048 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.260861+0000 mon.smithi049 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:32.261509+0000 mgr.smithi049.rvwqxz (mgr.14180) 38 : cephadm [INF] Reconfiguring mgr.smithi049.rvwqxz (unknown last config time)... 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.261834+0000 mon.smithi049 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi049.rvwqxz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.262666+0000 mon.smithi049 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.263345+0000 mon.smithi049 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:33.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:32.263972+0000 mgr.smithi049.rvwqxz (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi049.rvwqxz on smithi049 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:32.372226+0000 mgr.smithi049.rvwqxz (mgr.14180) 40 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.471860+0000 mgr.smithi049.rvwqxz (mgr.14180) 41 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:32.473258+0000 mgr.smithi049.rvwqxz (mgr.14180) 42 : cephadm [INF] Marking host: smithi049 for OSDSpec preview refresh. 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:32.473314+0000 mgr.smithi049.rvwqxz (mgr.14180) 43 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:32.473616+0000 mgr.smithi049.rvwqxz (mgr.14180) 44 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:08:33.579 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:32.476983+0000 mon.smithi049 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.260861+0000 mon.smithi049 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:32.261509+0000 mgr.smithi049.rvwqxz (mgr.14180) 38 : cephadm [INF] Reconfiguring mgr.smithi049.rvwqxz (unknown last config time)... 2024-02-09T20:08:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.261834+0000 mon.smithi049 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi049.rvwqxz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.262666+0000 mon.smithi049 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.263345+0000 mon.smithi049 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:32.263972+0000 mgr.smithi049.rvwqxz (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi049.rvwqxz on smithi049 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:32.372226+0000 mgr.smithi049.rvwqxz (mgr.14180) 40 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.471860+0000 mgr.smithi049.rvwqxz (mgr.14180) 41 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:32.473258+0000 mgr.smithi049.rvwqxz (mgr.14180) 42 : cephadm [INF] Marking host: smithi049 for OSDSpec preview refresh. 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:32.473314+0000 mgr.smithi049.rvwqxz (mgr.14180) 43 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:32.473616+0000 mgr.smithi049.rvwqxz (mgr.14180) 44 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:08:33.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:32.476983+0000 mon.smithi049 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:35.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:33.926677+0000 mon.smithi049 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:35.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:33.927438+0000 mgr.smithi049.rvwqxz (mgr.14180) 45 : cephadm [INF] Reconfiguring alertmanager.smithi049 (dependencies changed)... 2024-02-09T20:08:35.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:33.933741+0000 mgr.smithi049.rvwqxz (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi049 on smithi049 2024-02-09T20:08:35.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:34.372572+0000 mgr.smithi049.rvwqxz (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:33.926677+0000 mon.smithi049 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:33.927438+0000 mgr.smithi049.rvwqxz (mgr.14180) 45 : cephadm [INF] Reconfiguring alertmanager.smithi049 (dependencies changed)... 2024-02-09T20:08:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:33.933741+0000 mgr.smithi049.rvwqxz (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi049 on smithi049 2024-02-09T20:08:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:34.372572+0000 mgr.smithi049.rvwqxz (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:36.198 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:08:36.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:36.196840+0000 mon.smithi049 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.49:0/2601680174' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:36.196840+0000 mon.smithi049 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.49:0/2601680174' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:36.812 INFO:teuthology.orchestra.run.smithi049.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-09T20:08:37.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:36.372977+0000 mgr.smithi049.rvwqxz (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:37.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:36.372977+0000 mgr.smithi049.rvwqxz (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:37.813 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:39.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:38.373339+0000 mgr.smithi049.rvwqxz (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:38.373339+0000 mgr.smithi049.rvwqxz (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:40.862 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:08:41.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:40.373797+0000 mgr.smithi049.rvwqxz (mgr.14180) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:41.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:40.860627+0000 mon.smithi049 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.49:0/671346408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:41.668 INFO:teuthology.orchestra.run.smithi049.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-09T20:08:41.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:40.373797+0000 mgr.smithi049.rvwqxz (mgr.14180) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:41.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:40.860627+0000 mon.smithi049 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.49:0/671346408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:42.669 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:42.374186+0000 mgr.smithi049.rvwqxz (mgr.14180) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:42.531656+0000 mon.smithi049 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:42.532233+0000 mgr.smithi049.rvwqxz (mgr.14180) 52 : cephadm [INF] Reconfiguring crash.smithi049 (monmap changed)... 2024-02-09T20:08:43.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:42.532458+0000 mon.smithi049 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:43.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:42.533083+0000 mon.smithi049 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:43.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:42.533552+0000 mgr.smithi049.rvwqxz (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon crash.smithi049 on smithi049 2024-02-09T20:08:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:42.374186+0000 mgr.smithi049.rvwqxz (mgr.14180) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:42.531656+0000 mon.smithi049 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:42.532233+0000 mgr.smithi049.rvwqxz (mgr.14180) 52 : cephadm [INF] Reconfiguring crash.smithi049 (monmap changed)... 2024-02-09T20:08:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:42.532458+0000 mon.smithi049 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:42.533083+0000 mon.smithi049 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:42.533552+0000 mgr.smithi049.rvwqxz (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon crash.smithi049 on smithi049 2024-02-09T20:08:45.520 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:08:45.882 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:44.374468+0000 mgr.smithi049.rvwqxz (mgr.14180) 54 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:45.882 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:45.114219+0000 mon.smithi049 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:45.883 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:45.518906+0000 mon.smithi080 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.49:0/3427715966' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:44.374468+0000 mgr.smithi049.rvwqxz (mgr.14180) 54 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:45.114219+0000 mon.smithi049 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:45.518906+0000 mon.smithi080 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.49:0/3427715966' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:46.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:45.114842+0000 mgr.smithi049.rvwqxz (mgr.14180) 55 : cephadm [INF] Reconfiguring grafana.smithi049 (dependencies changed)... 2024-02-09T20:08:46.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:45.147935+0000 mgr.smithi049.rvwqxz (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi049 on smithi049 2024-02-09T20:08:46.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:45.114842+0000 mgr.smithi049.rvwqxz (mgr.14180) 55 : cephadm [INF] Reconfiguring grafana.smithi049 (dependencies changed)... 2024-02-09T20:08:46.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:45.147935+0000 mgr.smithi049.rvwqxz (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi049 on smithi049 2024-02-09T20:08:47.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:46.374832+0000 mgr.smithi049.rvwqxz (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:47.929 INFO:teuthology.orchestra.run.smithi049.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-09T20:08:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:46.374832+0000 mgr.smithi049.rvwqxz (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:48.930 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:49.715 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:48.375136+0000 mgr.smithi049.rvwqxz (mgr.14180) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:48.375136+0000 mgr.smithi049.rvwqxz (mgr.14180) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:49.707636+0000 mon.smithi049 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:49.708462+0000 mgr.smithi049.rvwqxz (mgr.14180) 59 : cephadm [INF] Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-02-09T20:08:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:49.711765+0000 mgr.smithi049.rvwqxz (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi049 on smithi049 2024-02-09T20:08:51.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:49.707636+0000 mon.smithi049 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:49.708462+0000 mgr.smithi049.rvwqxz (mgr.14180) 59 : cephadm [INF] Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-02-09T20:08:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:49.711765+0000 mgr.smithi049.rvwqxz (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi049 on smithi049 2024-02-09T20:08:51.594 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:08:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:50.375335+0000 mgr.smithi049.rvwqxz (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:51.592325+0000 mon.smithi049 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.49:0/3561657938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:50.375335+0000 mgr.smithi049.rvwqxz (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:51.592325+0000 mon.smithi049 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.49:0/3561657938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:53.572 INFO:teuthology.orchestra.run.smithi049.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-09T20:08:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:52.375674+0000 mgr.smithi049.rvwqxz (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:52.375674+0000 mgr.smithi049.rvwqxz (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:54.574 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:55.949 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:54.375915+0000 mgr.smithi049.rvwqxz (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:54.375915+0000 mgr.smithi049.rvwqxz (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:57.334 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:56.222742+0000 mon.smithi049 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:56.223317+0000 mgr.smithi049.rvwqxz (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:56.223598+0000 mon.smithi049 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:56.224255+0000 mon.smithi049 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:56.224750+0000 mgr.smithi049.rvwqxz (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2024-02-09T20:08:57.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:56.376225+0000 mgr.smithi049.rvwqxz (mgr.14180) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:56.222742+0000 mon.smithi049 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:56.223317+0000 mgr.smithi049.rvwqxz (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:56.223598+0000 mon.smithi049 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:56.224255+0000 mon.smithi049 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:56.224750+0000 mgr.smithi049.rvwqxz (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2024-02-09T20:08:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:56.376225+0000 mgr.smithi049.rvwqxz (mgr.14180) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:57.905 INFO:teuthology.orchestra.run.smithi049.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-09T20:08:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:57.332427+0000 mon.smithi049 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.49:0/1037019094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:57.517251+0000 mon.smithi049 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:57.517783+0000 mgr.smithi049.rvwqxz (mgr.14180) 67 : cephadm [INF] Reconfiguring mgr.smithi080.vjtypi (monmap changed)... 2024-02-09T20:08:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:57.518041+0000 mon.smithi049 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.vjtypi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:58.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:57.518803+0000 mon.smithi049 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:58.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:57.519371+0000 mon.smithi049 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:58.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:57.519873+0000 mgr.smithi049.rvwqxz (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi080.vjtypi on smithi080 2024-02-09T20:08:58.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:57.332427+0000 mon.smithi049 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.49:0/1037019094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:58.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:57.517251+0000 mon.smithi049 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:08:58.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:57.517783+0000 mgr.smithi049.rvwqxz (mgr.14180) 67 : cephadm [INF] Reconfiguring mgr.smithi080.vjtypi (monmap changed)... 2024-02-09T20:08:58.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:57.518041+0000 mon.smithi049 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.vjtypi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:58.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:57.518803+0000 mon.smithi049 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:58.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:57.519371+0000 mon.smithi049 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:58.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:57.519873+0000 mgr.smithi049.rvwqxz (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi080.vjtypi on smithi080 2024-02-09T20:08:58.906 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:08:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:08:58.376553+0000 mgr.smithi049.rvwqxz (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:59.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:08:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:08:58.376553+0000 mgr.smithi049.rvwqxz (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:00.513 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:59.308785+0000 mon.smithi049 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:00.513 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:59.309341+0000 mgr.smithi049.rvwqxz (mgr.14180) 70 : cephadm [INF] Reconfiguring mon.smithi080 (monmap changed)... 2024-02-09T20:09:00.514 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:59.309534+0000 mon.smithi049 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:09:00.514 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:59.310129+0000 mon.smithi049 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:09:00.514 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:08:59.310663+0000 mon.smithi049 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:00.514 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:08:59.311135+0000 mgr.smithi049.rvwqxz (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:59.308785+0000 mon.smithi049 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:59.309341+0000 mgr.smithi049.rvwqxz (mgr.14180) 70 : cephadm [INF] Reconfiguring mon.smithi080 (monmap changed)... 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:59.309534+0000 mon.smithi049 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:59.310129+0000 mon.smithi049 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:08:59.310663+0000 mon.smithi049 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:00.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:08:59.311135+0000 mgr.smithi049.rvwqxz (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2024-02-09T20:09:00.941 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:00.376919+0000 mgr.smithi049.rvwqxz (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.552840+0000 mon.smithi049 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.555350+0000 mon.smithi049 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.555666+0000 mgr.smithi049.rvwqxz (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.556478+0000 mon.smithi049 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.556717+0000 mgr.smithi049.rvwqxz (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.559936+0000 mon.smithi049 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.563833+0000 mon.smithi049 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.564184+0000 mgr.smithi049.rvwqxz (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.567840+0000 mon.smithi049 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.568163+0000 mgr.smithi049.rvwqxz (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.572730+0000 mon.smithi049 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.576437+0000 mon.smithi049 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.576880+0000 mgr.smithi049.rvwqxz (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.581802+0000 mon.smithi049 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.582102+0000 mgr.smithi049.rvwqxz (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.586073+0000 mon.smithi049 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.587674+0000 mon.smithi049 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:09:01.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:00.940400+0000 mon.smithi049 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.49:0/1997993892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:01.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:00.376919+0000 mgr.smithi049.rvwqxz (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:01.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.552840+0000 mon.smithi049 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.555350+0000 mon.smithi049 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.555666+0000 mgr.smithi049.rvwqxz (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.556478+0000 mon.smithi049 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.556717+0000 mgr.smithi049.rvwqxz (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.559936+0000 mon.smithi049 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.563833+0000 mon.smithi049 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.564184+0000 mgr.smithi049.rvwqxz (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.567840+0000 mon.smithi049 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.568163+0000 mgr.smithi049.rvwqxz (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.572730+0000 mon.smithi049 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.576437+0000 mon.smithi049 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.576880+0000 mgr.smithi049.rvwqxz (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.581802+0000 mon.smithi049 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.582102+0000 mgr.smithi049.rvwqxz (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-02-09T20:09:01.940 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.586073+0000 mon.smithi049 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:01.941 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.587674+0000 mon.smithi049 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:09:01.941 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:00.940400+0000 mon.smithi049 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.49:0/1997993892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:01.962 INFO:teuthology.orchestra.run.smithi049.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-09T20:09:02.964 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:02.377177+0000 mgr.smithi049.rvwqxz (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:02.383514+0000 mon.smithi049 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:02.668508+0000 mon.smithi049 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:03.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:02.377177+0000 mgr.smithi049.rvwqxz (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:03.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:02.383514+0000 mon.smithi049 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:03.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:02.668508+0000 mon.smithi049 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:05.605 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:05.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:04.377370+0000 mgr.smithi049.rvwqxz (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:05.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:04.377370+0000 mgr.smithi049.rvwqxz (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:06.389 INFO:teuthology.orchestra.run.smithi049.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-09T20:09:06.740 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:05.603402+0000 mon.smithi049 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.49:0/4285107947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:06.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:05.603402+0000 mon.smithi049 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.49:0/4285107947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:07.390 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:06.377606+0000 mgr.smithi049.rvwqxz (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.196227+0000 mon.smithi049 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:07.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:06.377606+0000 mgr.smithi049.rvwqxz (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:07.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.196227+0000 mon.smithi049 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.505345+0000 mon.smithi049 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.506136+0000 mon.smithi049 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.506696+0000 mon.smithi049 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.510499+0000 mon.smithi049 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.513935+0000 mon.smithi049 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.516717+0000 mon.smithi049 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.517625+0000 mon.smithi049 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.517815+0000 mon.smithi049 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:08.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:07.518292+0000 mon.smithi049 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.505345+0000 mon.smithi049 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.506136+0000 mon.smithi049 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.506696+0000 mon.smithi049 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.510499+0000 mon.smithi049 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.513935+0000 mon.smithi049 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.516717+0000 mon.smithi049 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.517625+0000 mon.smithi049 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.517815+0000 mon.smithi049 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:08.901 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:07.518292+0000 mon.smithi049 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:09.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:08.377873+0000 mgr.smithi049.rvwqxz (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:08.377873+0000 mgr.smithi049.rvwqxz (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:10.474 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:10.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:10.286372+0000 mon.smithi080 (mon.1) 3 : audit [INF] from='client.? 172.21.15.80:0/4218924901' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]: dispatch 2024-02-09T20:09:10.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:10.286774+0000 mon.smithi049 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]: dispatch 2024-02-09T20:09:10.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:10.290151+0000 mon.smithi049 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]': finished 2024-02-09T20:09:10.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:10.290211+0000 mon.smithi049 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:09:10.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:10.290330+0000 mon.smithi049 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:10.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:10.473278+0000 mon.smithi049 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.49:0/2831747494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:10.286372+0000 mon.smithi080 (mon.1) 3 : audit [INF] from='client.? 172.21.15.80:0/4218924901' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]: dispatch 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:10.286774+0000 mon.smithi049 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]: dispatch 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:10.290151+0000 mon.smithi049 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3503e5e3-5358-41ba-887e-22addfdc6d7e"}]': finished 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:10.290211+0000 mon.smithi049 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:10.290330+0000 mon.smithi049 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:10.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:10.473278+0000 mon.smithi049 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.49:0/2831747494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:11.318 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1707509350,"num_remapped_pgs":0} 2024-02-09T20:09:11.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:10.378112+0000 mgr.smithi049.rvwqxz (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:10.378112+0000 mgr.smithi049.rvwqxz (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:12.320 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:11.527828+0000 mon.smithi080 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.80:0/3217277154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:11.774267+0000 mon.smithi049 (mon.0) 269 : audit [INF] from='client.? 172.21.15.49:0/331522156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9420f8af-b885-4035-81d4-43bf1ecb8eb8"}]: dispatch 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:11.777556+0000 mon.smithi049 (mon.0) 270 : audit [INF] from='client.? 172.21.15.49:0/331522156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9420f8af-b885-4035-81d4-43bf1ecb8eb8"}]': finished 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:11.777596+0000 mon.smithi049 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:11.777680+0000 mon.smithi049 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:12.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:11.777907+0000 mon.smithi049 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:11.527828+0000 mon.smithi080 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.80:0/3217277154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:11.774267+0000 mon.smithi049 (mon.0) 269 : audit [INF] from='client.? 172.21.15.49:0/331522156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9420f8af-b885-4035-81d4-43bf1ecb8eb8"}]: dispatch 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:11.777556+0000 mon.smithi049 (mon.0) 270 : audit [INF] from='client.? 172.21.15.49:0/331522156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9420f8af-b885-4035-81d4-43bf1ecb8eb8"}]': finished 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:11.777596+0000 mon.smithi049 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:11.777680+0000 mon.smithi049 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:11.777907+0000 mon.smithi049 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:13.944 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:12.378321+0000 mgr.smithi049.rvwqxz (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:13.944 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:13.066725+0000 mon.smithi049 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.49:0/1333918397' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:14.128 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:12.378321+0000 mgr.smithi049.rvwqxz (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:14.128 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:13.066725+0000 mon.smithi049 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.49:0/1333918397' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:14.389 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.027766+0000 mon.smithi080 (mon.1) 5 : audit [INF] from='client.? 172.21.15.80:0/4129436488' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]: dispatch 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.028193+0000 mon.smithi049 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]: dispatch 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.031453+0000 mon.smithi049 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]': finished 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:14.031497+0000 mon.smithi049 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.031600+0000 mon.smithi049 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.031949+0000 mon.smithi049 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.032166+0000 mon.smithi049 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:15.043 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:14.388020+0000 mon.smithi049 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.49:0/2478475643' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:15.061 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1707509354,"num_remapped_pgs":0} 2024-02-09T20:09:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.027766+0000 mon.smithi080 (mon.1) 5 : audit [INF] from='client.? 172.21.15.80:0/4129436488' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]: dispatch 2024-02-09T20:09:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.028193+0000 mon.smithi049 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]: dispatch 2024-02-09T20:09:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.031453+0000 mon.smithi049 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "322f47db-80aa-4c88-ae59-d818a01caebe"}]': finished 2024-02-09T20:09:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:14.031497+0000 mon.smithi049 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:09:15.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.031600+0000 mon.smithi049 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:15.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.031949+0000 mon.smithi049 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:15.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.032166+0000 mon.smithi049 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:15.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:14.388020+0000 mon.smithi049 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.49:0/2478475643' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:14.378709+0000 mgr.smithi049.rvwqxz (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.238264+0000 mon.smithi080 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.80:0/163261782' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.586942+0000 mon.smithi049 (mon.0) 282 : audit [INF] from='client.? 172.21.15.49:0/2578062801' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f753bf-19ed-47e0-86b8-0e665f0953f1"}]: dispatch 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.590466+0000 mon.smithi049 (mon.0) 283 : audit [INF] from='client.? 172.21.15.49:0/2578062801' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8f753bf-19ed-47e0-86b8-0e665f0953f1"}]': finished 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:15.590516+0000 mon.smithi049 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.590628+0000 mon.smithi049 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.590909+0000 mon.smithi049 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.591088+0000 mon.smithi049 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:16.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:15.591264+0000 mon.smithi049 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:16.062 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:14.378709+0000 mgr.smithi049.rvwqxz (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.238264+0000 mon.smithi080 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.80:0/163261782' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.586942+0000 mon.smithi049 (mon.0) 282 : audit [INF] from='client.? 172.21.15.49:0/2578062801' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f753bf-19ed-47e0-86b8-0e665f0953f1"}]: dispatch 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.590466+0000 mon.smithi049 (mon.0) 283 : audit [INF] from='client.? 172.21.15.49:0/2578062801' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8f753bf-19ed-47e0-86b8-0e665f0953f1"}]': finished 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:15.590516+0000 mon.smithi049 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:09:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.590628+0000 mon.smithi049 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:16.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.590909+0000 mon.smithi049 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:16.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.591088+0000 mon.smithi049 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:16.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:15.591264+0000 mon.smithi049 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:16.378953+0000 mgr.smithi049.rvwqxz (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:16.933662+0000 mon.smithi049 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.49:0/3060504637' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.745579+0000 mon.smithi080 (mon.1) 7 : audit [INF] from='client.? 172.21.15.80:0/90845791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]: dispatch 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.745980+0000 mon.smithi049 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]: dispatch 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.749421+0000 mon.smithi049 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]': finished 2024-02-09T20:09:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:17.749478+0000 mon.smithi049 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:09:18.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.749575+0000 mon.smithi049 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:18.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.749830+0000 mon.smithi049 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:18.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.749991+0000 mon.smithi049 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:18.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.750152+0000 mon.smithi049 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:18.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:17.750315+0000 mon.smithi049 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:18.156 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:16.378953+0000 mgr.smithi049.rvwqxz (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:16.933662+0000 mon.smithi049 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.49:0/3060504637' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.745579+0000 mon.smithi080 (mon.1) 7 : audit [INF] from='client.? 172.21.15.80:0/90845791' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]: dispatch 2024-02-09T20:09:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.745980+0000 mon.smithi049 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]: dispatch 2024-02-09T20:09:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.749421+0000 mon.smithi049 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e24f69c-4317-45d1-a43c-8705730c17b9"}]': finished 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:17.749478+0000 mon.smithi049 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.749575+0000 mon.smithi049 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.749830+0000 mon.smithi049 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.749991+0000 mon.smithi049 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.750152+0000 mon.smithi049 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:18.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:17.750315+0000 mon.smithi049 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:18.796 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707509357,"num_remapped_pgs":0} 2024-02-09T20:09:19.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:18.155315+0000 mon.smithi049 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.49:0/2231568932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:19.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:18.155315+0000 mon.smithi049 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.49:0/2231568932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:19.797 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:18.379234+0000 mgr.smithi049.rvwqxz (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:18.918030+0000 mon.smithi080 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.80:0/3406972995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.463436+0000 mon.smithi049 (mon.0) 299 : audit [INF] from='client.? 172.21.15.49:0/128718855' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "def64cc0-85a9-4011-b337-854be916775b"}]: dispatch 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.466889+0000 mon.smithi049 (mon.0) 300 : audit [INF] from='client.? 172.21.15.49:0/128718855' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "def64cc0-85a9-4011-b337-854be916775b"}]': finished 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:19.466957+0000 mon.smithi049 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.467068+0000 mon.smithi049 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.467427+0000 mon.smithi049 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.467635+0000 mon.smithi049 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:19.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.467842+0000 mon.smithi049 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:19.831 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.468059+0000 mon.smithi049 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:19.831 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:19.468264+0000 mon.smithi049 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:18.379234+0000 mgr.smithi049.rvwqxz (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:18.918030+0000 mon.smithi080 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.80:0/3406972995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.463436+0000 mon.smithi049 (mon.0) 299 : audit [INF] from='client.? 172.21.15.49:0/128718855' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "def64cc0-85a9-4011-b337-854be916775b"}]: dispatch 2024-02-09T20:09:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.466889+0000 mon.smithi049 (mon.0) 300 : audit [INF] from='client.? 172.21.15.49:0/128718855' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "def64cc0-85a9-4011-b337-854be916775b"}]': finished 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:19.466957+0000 mon.smithi049 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.467068+0000 mon.smithi049 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.467427+0000 mon.smithi049 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.467635+0000 mon.smithi049 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.467842+0000 mon.smithi049 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.468059+0000 mon.smithi049 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:19.468264+0000 mon.smithi049 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:20.982 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:20.766357+0000 mon.smithi049 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.49:0/2615716796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:20.766357+0000 mon.smithi049 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.49:0/2615716796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:20.379473+0000 mgr.smithi049.rvwqxz (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.408139+0000 mon.smithi080 (mon.1) 9 : audit [INF] from='client.? 172.21.15.80:0/3528625659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.408772+0000 mon.smithi049 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.412160+0000 mon.smithi049 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]': finished 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:21.412211+0000 mon.smithi049 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.412315+0000 mon.smithi049 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.412574+0000 mon.smithi049 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.412740+0000 mon.smithi049 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.412898+0000 mon.smithi049 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:22.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.413058+0000 mon.smithi049 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:22.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.413211+0000 mon.smithi049 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:22.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:21.413372+0000 mon.smithi049 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:22.030 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:20.379473+0000 mgr.smithi049.rvwqxz (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.408139+0000 mon.smithi080 (mon.1) 9 : audit [INF] from='client.? 172.21.15.80:0/3528625659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.408772+0000 mon.smithi049 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.412160+0000 mon.smithi049 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc6c3e53-a95f-4966-adab-32ac9015ff5d"}]': finished 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:21.412211+0000 mon.smithi049 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.412315+0000 mon.smithi049 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.412574+0000 mon.smithi049 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.412740+0000 mon.smithi049 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.412898+0000 mon.smithi049 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.413058+0000 mon.smithi049 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.413211+0000 mon.smithi049 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:22.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:21.413372+0000 mon.smithi049 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:22.597 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707509361,"num_remapped_pgs":0} 2024-02-09T20:09:23.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:22.029154+0000 mon.smithi049 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.49:0/2043249424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:23.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:22.637628+0000 mon.smithi080 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.80:0/2492010769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:22.029154+0000 mon.smithi049 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.49:0/2043249424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:22.637628+0000 mon.smithi080 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.80:0/2492010769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:23.599 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:24.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:22.379788+0000 mgr.smithi049.rvwqxz (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:24.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.286304+0000 mon.smithi049 (mon.0) 320 : audit [INF] from='client.? 172.21.15.49:0/3789028550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8112275d-02f5-4166-accf-cda9d5d84590"}]: dispatch 2024-02-09T20:09:24.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.289874+0000 mon.smithi049 (mon.0) 321 : audit [INF] from='client.? 172.21.15.49:0/3789028550' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8112275d-02f5-4166-accf-cda9d5d84590"}]': finished 2024-02-09T20:09:24.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:23.289916+0000 mon.smithi049 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:09:24.080 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.289994+0000 mon.smithi049 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.290323+0000 mon.smithi049 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.290459+0000 mon.smithi049 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.290610+0000 mon.smithi049 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.290737+0000 mon.smithi049 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.290876+0000 mon.smithi049 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.291021+0000 mon.smithi049 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:24.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:23.291173+0000 mon.smithi049 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:22.379788+0000 mgr.smithi049.rvwqxz (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.286304+0000 mon.smithi049 (mon.0) 320 : audit [INF] from='client.? 172.21.15.49:0/3789028550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8112275d-02f5-4166-accf-cda9d5d84590"}]: dispatch 2024-02-09T20:09:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.289874+0000 mon.smithi049 (mon.0) 321 : audit [INF] from='client.? 172.21.15.49:0/3789028550' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8112275d-02f5-4166-accf-cda9d5d84590"}]': finished 2024-02-09T20:09:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:23.289916+0000 mon.smithi049 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:09:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.289994+0000 mon.smithi049 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.290323+0000 mon.smithi049 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.290459+0000 mon.smithi049 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.290610+0000 mon.smithi049 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.290737+0000 mon.smithi049 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.290876+0000 mon.smithi049 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.291021+0000 mon.smithi049 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:24.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:23.291173+0000 mon.smithi049 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:25.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:24.593019+0000 mon.smithi049 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.49:0/1342965847' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:25.225 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:24.593019+0000 mon.smithi049 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.49:0/1342965847' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:25.727 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:26.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:24.379991+0000 mgr.smithi049.rvwqxz (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:26.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:25.725414+0000 mon.smithi080 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.49:0/515782244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:26.101 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:24.379991+0000 mgr.smithi049.rvwqxz (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:26.101 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:25.725414+0000 mon.smithi080 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.49:0/515782244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:26.369 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:27.370 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:28.086 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:26.380220+0000 mgr.smithi049.rvwqxz (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:26.380220+0000 mgr.smithi049.rvwqxz (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:28.079671+0000 mon.smithi049 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:09:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:28.080287+0000 mon.smithi049 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:29.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:28.079671+0000 mon.smithi049 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:09:29.084 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:28.080287+0000 mon.smithi049 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:30.202 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:28.080807+0000 mgr.smithi049.rvwqxz (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi080 2024-02-09T20:09:30.203 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:28.380446+0000 mgr.smithi049.rvwqxz (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:30.203 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:29.802669+0000 mon.smithi049 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.49:0/362500186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:30.203 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:28.080807+0000 mgr.smithi049.rvwqxz (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi080 2024-02-09T20:09:30.203 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:28.380446+0000 mgr.smithi049.rvwqxz (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:30.203 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:29.802669+0000 mon.smithi049 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.49:0/362500186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:30.542 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:31.139 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:32.140 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:32.173 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:30.380742+0000 mgr.smithi049.rvwqxz (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:30.380742+0000 mgr.smithi049.rvwqxz (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:32.937 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:32.198560+0000 mon.smithi049 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:09:32.937 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:32.199304+0000 mon.smithi049 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:33.093 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:32.198560+0000 mon.smithi049 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:09:33.093 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:32.199304+0000 mon.smithi049 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:34.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:32.199933+0000 mgr.smithi049.rvwqxz (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.1 on smithi049 2024-02-09T20:09:34.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:32.380967+0000 mgr.smithi049.rvwqxz (mgr.14180) 96 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:34.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:33.135499+0000 mon.smithi049 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:34.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:33.136115+0000 mon.smithi049 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:09:34.224 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:33.136644+0000 mon.smithi049 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:32.199933+0000 mgr.smithi049.rvwqxz (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.1 on smithi049 2024-02-09T20:09:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:32.380967+0000 mgr.smithi049.rvwqxz (mgr.14180) 96 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:33.135499+0000 mon.smithi049 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:33.136115+0000 mon.smithi049 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:09:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:33.136644+0000 mon.smithi049 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:34.754 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:35.122 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:33.137124+0000 mgr.smithi049.rvwqxz (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.2 on smithi080 2024-02-09T20:09:35.122 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:34.752517+0000 mon.smithi049 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.49:0/1570348542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:35.183 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:33.137124+0000 mgr.smithi049.rvwqxz (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.2 on smithi080 2024-02-09T20:09:35.183 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:34.752517+0000 mon.smithi049 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.49:0/1570348542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:35.657 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:36.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:34.381149+0000 mgr.smithi049.rvwqxz (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:36.134 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:34.381149+0000 mgr.smithi049.rvwqxz (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:36.658 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:37.231 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.271332+0000 mon.smithi080 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:37.231 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.271841+0000 mon.smithi049 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.271332+0000 mon.smithi080 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.271841+0000 mon.smithi049 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:36.381466+0000 mgr.smithi049.rvwqxz (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.836685+0000 mon.smithi049 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:36.836775+0000 mon.smithi049 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.836891+0000 mon.smithi049 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837201+0000 mon.smithi049 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837306+0000 mon.smithi080 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837360+0000 mon.smithi049 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837558+0000 mon.smithi049 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837745+0000 mon.smithi049 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.837925+0000 mon.smithi049 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.838125+0000 mon.smithi049 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:38.125 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.838269+0000 mon.smithi049 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:38.126 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:36.838419+0000 mon.smithi049 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:36.381466+0000 mgr.smithi049.rvwqxz (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.836685+0000 mon.smithi049 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:36.836775+0000 mon.smithi049 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.836891+0000 mon.smithi049 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837201+0000 mon.smithi049 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837306+0000 mon.smithi080 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837360+0000 mon.smithi049 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837558+0000 mon.smithi049 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837745+0000 mon.smithi049 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.837925+0000 mon.smithi049 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.838125+0000 mon.smithi049 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.838269+0000 mon.smithi049 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:38.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:36.838419+0000 mon.smithi049 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:39.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.838010+0000 mon.smithi049 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:37.838111+0000 mon.smithi049 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.838417+0000 mon.smithi049 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.838632+0000 mon.smithi049 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.838792+0000 mon.smithi049 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.838922+0000 mon.smithi049 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.842175+0000 mon.smithi049 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.842313+0000 mon.smithi049 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.842470+0000 mon.smithi049 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.842614+0000 mon.smithi049 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:37.842787+0000 mon.smithi049 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.167310+0000 mon.smithi049 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.167958+0000 mon.smithi049 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:09:39.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.168520+0000 mon.smithi049 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:39.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.838010+0000 mon.smithi049 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:39.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:37.838111+0000 mon.smithi049 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.838417+0000 mon.smithi049 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.838632+0000 mon.smithi049 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.838792+0000 mon.smithi049 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.838922+0000 mon.smithi049 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.842175+0000 mon.smithi049 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.842313+0000 mon.smithi049 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.842470+0000 mon.smithi049 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.842614+0000 mon.smithi049 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:37.842787+0000 mon.smithi049 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.167310+0000 mon.smithi049 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.167958+0000 mon.smithi049 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:09:39.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.168520+0000 mon.smithi049 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:39.253 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:39.921 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:37.243508+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:39.921 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:37.243554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:39.921 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:38.169008+0000 mgr.smithi049.rvwqxz (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi080 2024-02-09T20:09:39.921 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:38.381739+0000 mgr.smithi049.rvwqxz (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:38.842268+0000 mon.smithi049 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292] boot 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:38.842298+0000 mon.smithi049 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.842553+0000 mon.smithi049 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.842766+0000 mon.smithi049 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.842949+0000 mon.smithi049 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.843089+0000 mon.smithi049 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.843223+0000 mon.smithi049 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.843348+0000 mon.smithi049 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.843479+0000 mon.smithi049 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:38.843602+0000 mon.smithi049 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:39.922 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:39.252029+0000 mon.smithi049 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.49:0/2270307522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:37.243508+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:37.243554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:38.169008+0000 mgr.smithi049.rvwqxz (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi080 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:38.381739+0000 mgr.smithi049.rvwqxz (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:38.842268+0000 mon.smithi049 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.80:6800/359522292,v1:172.21.15.80:6801/359522292] boot 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:38.842298+0000 mon.smithi049 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.842553+0000 mon.smithi049 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.842766+0000 mon.smithi049 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:40.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.842949+0000 mon.smithi049 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.843089+0000 mon.smithi049 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.843223+0000 mon.smithi049 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.843348+0000 mon.smithi049 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.843479+0000 mon.smithi049 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:38.843602+0000 mon.smithi049 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:40.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:39.252029+0000 mon.smithi049 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.49:0/2270307522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:40.200 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1707509378,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:41.201 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:40.169773+0000 mon.smithi049 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.169890+0000 mon.smithi049 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170127+0000 mon.smithi049 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170297+0000 mon.smithi049 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170461+0000 mon.smithi049 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:41.222 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170629+0000 mon.smithi049 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170792+0000 mon.smithi049 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.170956+0000 mon.smithi049 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:40.382023+0000 mgr.smithi049.rvwqxz (mgr.14180) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.706371+0000 mon.smithi049 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.707060+0000 mon.smithi049 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:40.707600+0000 mon.smithi049 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:41.223 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:40.708050+0000 mgr.smithi049.rvwqxz (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.3 on smithi049 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:40.169773+0000 mon.smithi049 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.169890+0000 mon.smithi049 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170127+0000 mon.smithi049 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170297+0000 mon.smithi049 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170461+0000 mon.smithi049 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170629+0000 mon.smithi049 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170792+0000 mon.smithi049 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.170956+0000 mon.smithi049 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:40.382023+0000 mgr.smithi049.rvwqxz (mgr.14180) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.706371+0000 mon.smithi049 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.707060+0000 mon.smithi049 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:09:41.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:40.707600+0000 mon.smithi049 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:41.425 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:40.708050+0000 mgr.smithi049.rvwqxz (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.3 on smithi049 2024-02-09T20:09:42.284 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:41.289295+0000 mon.smithi080 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:42.285 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:41.289689+0000 mon.smithi049 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:42.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:41.289295+0000 mon.smithi080 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:42.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:41.289689+0000 mon.smithi049 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.178650+0000 mon.smithi049 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:42.178729+0000 mon.smithi049 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.178822+0000 mon.smithi049 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179092+0000 mon.smithi049 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179226+0000 mon.smithi049 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179383+0000 mon.smithi049 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179543+0000 mon.smithi049 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179698+0000 mon.smithi049 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.179838+0000 mon.smithi049 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.183693+0000 mon.smithi080 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:42.184063+0000 mon.smithi049 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:43.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:42.382396+0000 mgr.smithi049.rvwqxz (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:43.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.178650+0000 mon.smithi049 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:09:43.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:42.178729+0000 mon.smithi049 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:09:43.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.178822+0000 mon.smithi049 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179092+0000 mon.smithi049 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:43.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179226+0000 mon.smithi049 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179383+0000 mon.smithi049 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179543+0000 mon.smithi049 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179698+0000 mon.smithi049 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.179838+0000 mon.smithi049 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.183693+0000 mon.smithi080 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:42.184063+0000 mon.smithi049 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:43.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:42.382396+0000 mgr.smithi049.rvwqxz (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:44.349 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.180342+0000 mon.smithi049 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:43.180434+0000 mon.smithi049 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-09T20:09:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.180750+0000 mon.smithi049 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.180992+0000 mon.smithi049 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.181132+0000 mon.smithi049 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.181284+0000 mon.smithi049 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.181430+0000 mon.smithi049 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.181570+0000 mon.smithi049 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.181706+0000 mon.smithi049 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.186194+0000 mon.smithi049 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.370979+0000 mon.smithi049 (mon.0) 410 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.371675+0000 mon.smithi049 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.372237+0000 mon.smithi049 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:43.372718+0000 mgr.smithi049.rvwqxz (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.6 on smithi080 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.786539+0000 mon.smithi080 (mon.1) 16 : audit [INF] from='osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:44.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:43.786922+0000 mon.smithi049 (mon.0) 413 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:44.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.180342+0000 mon.smithi049 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:43.180434+0000 mon.smithi049 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.180750+0000 mon.smithi049 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.180992+0000 mon.smithi049 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.181132+0000 mon.smithi049 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.181284+0000 mon.smithi049 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.181430+0000 mon.smithi049 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.181570+0000 mon.smithi049 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.181706+0000 mon.smithi049 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.186194+0000 mon.smithi049 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.370979+0000 mon.smithi049 (mon.0) 410 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.371675+0000 mon.smithi049 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.372237+0000 mon.smithi049 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:43.372718+0000 mgr.smithi049.rvwqxz (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.6 on smithi080 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.786539+0000 mon.smithi080 (mon.1) 16 : audit [INF] from='osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:44.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:43.786922+0000 mon.smithi049 (mon.0) 413 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:42.312214+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:42.312309+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:44.186791+0000 mon.smithi049 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867] boot 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.186863+0000 mon.smithi049 (mon.0) 415 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:44.186939+0000 mon.smithi049 (mon.0) 416 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.187286+0000 mon.smithi049 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.187603+0000 mon.smithi080 (mon.1) 17 : audit [INF] from='osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.187642+0000 mon.smithi049 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.187943+0000 mon.smithi049 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.191053+0000 mon.smithi049 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.191242+0000 mon.smithi049 (mon.0) 421 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.191445+0000 mon.smithi049 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.191588+0000 mon.smithi049 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.191735+0000 mon.smithi049 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:44.347631+0000 mon.smithi049 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.49:0/499002772' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:45.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:44.382681+0000 mgr.smithi049.rvwqxz (mgr.14180) 106 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:45.407 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1707509384,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:45.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:42.312214+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:42.312309+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:44.186791+0000 mon.smithi049 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.80:6808/929897867,v1:172.21.15.80:6809/929897867] boot 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.186863+0000 mon.smithi049 (mon.0) 415 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:44.186939+0000 mon.smithi049 (mon.0) 416 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.187286+0000 mon.smithi049 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.187603+0000 mon.smithi080 (mon.1) 17 : audit [INF] from='osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.187642+0000 mon.smithi049 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.187943+0000 mon.smithi049 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.191053+0000 mon.smithi049 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.191242+0000 mon.smithi049 (mon.0) 421 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.191445+0000 mon.smithi049 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.191588+0000 mon.smithi049 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.191735+0000 mon.smithi049 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:44.347631+0000 mon.smithi049 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.49:0/499002772' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:44.382681+0000 mgr.smithi049.rvwqxz (mgr.14180) 106 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:46.408 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:46.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.194405+0000 mon.smithi049 (mon.0) 426 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:09:46.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:45.194503+0000 mon.smithi049 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-09T20:09:46.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.194911+0000 mon.smithi049 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:46.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.195268+0000 mon.smithi049 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:46.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.195441+0000 mon.smithi049 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:46.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.195595+0000 mon.smithi049 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:46.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.195747+0000 mon.smithi049 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:46.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.195912+0000 mon.smithi049 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:46.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:45.199161+0000 mon.smithi049 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.194405+0000 mon.smithi049 (mon.0) 426 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:45.194503+0000 mon.smithi049 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.194911+0000 mon.smithi049 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.195268+0000 mon.smithi049 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.195441+0000 mon.smithi049 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.195595+0000 mon.smithi049 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.195747+0000 mon.smithi049 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.195912+0000 mon.smithi049 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:47.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:45.199161+0000 mon.smithi049 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:44.788740+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:44.788808+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:46.194648+0000 mon.smithi049 (mon.0) 435 : cluster [INF] osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878] boot 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:46.194676+0000 mon.smithi049 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.194965+0000 mon.smithi049 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195233+0000 mon.smithi049 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195394+0000 mon.smithi049 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:47.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195533+0000 mon.smithi049 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195671+0000 mon.smithi049 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195811+0000 mon.smithi049 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.195992+0000 mon.smithi049 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 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-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:46.382949+0000 mgr.smithi049.rvwqxz (mgr.14180) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.646214+0000 mon.smithi080 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:46.646539+0000 mon.smithi049 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.197738+0000 mon.smithi049 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 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-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.197794+0000 mon.smithi049 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:47.197867+0000 mon.smithi049 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.197996+0000 mon.smithi049 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.198318+0000 mon.smithi049 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.198482+0000 mon.smithi049 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.198632+0000 mon.smithi080 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:47.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.198647+0000 mon.smithi049 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:47.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.198792+0000 mon.smithi049 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:47.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.199072+0000 mon.smithi049 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:47.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:47.199657+0000 mon.smithi049 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:09:48.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:44.788740+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:48.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:44.788808+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:46.194648+0000 mon.smithi049 (mon.0) 435 : cluster [INF] osd.1 [v2:172.21.15.49:6802/2251201878,v1:172.21.15.49:6803/2251201878] boot 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:46.194676+0000 mon.smithi049 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.194965+0000 mon.smithi049 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195233+0000 mon.smithi049 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195394+0000 mon.smithi049 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195533+0000 mon.smithi049 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195671+0000 mon.smithi049 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195811+0000 mon.smithi049 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.195992+0000 mon.smithi049 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 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-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:46.382949+0000 mgr.smithi049.rvwqxz (mgr.14180) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.646214+0000 mon.smithi080 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:46.646539+0000 mon.smithi049 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.197738+0000 mon.smithi049 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 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-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.197794+0000 mon.smithi049 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:09:48.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:47.197867+0000 mon.smithi049 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.197996+0000 mon.smithi049 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.198318+0000 mon.smithi049 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.198482+0000 mon.smithi049 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.198632+0000 mon.smithi080 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.198647+0000 mon.smithi049 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.198792+0000 mon.smithi049 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.199072+0000 mon.smithi049 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:48.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:47.199657+0000 mon.smithi049 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:09:49.294 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.199725+0000 mon.smithi049 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.199793+0000 mon.smithi049 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:09:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:48.199865+0000 mon.smithi049 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-09T20:09:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.200022+0000 mon.smithi049 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.200498+0000 mon.smithi049 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.200688+0000 mon.smithi049 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.200840+0000 mon.smithi049 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.201008+0000 mon.smithi049 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.203840+0000 mon.smithi049 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:48.383261+0000 mgr.smithi049.rvwqxz (mgr.14180) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.538774+0000 mon.smithi049 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.656044+0000 mon.smithi049 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.656727+0000 mon.smithi049 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:48.657304+0000 mon.smithi049 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:49.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:48.657827+0000 mgr.smithi049.rvwqxz (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi049 2024-02-09T20:09:49.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.199725+0000 mon.smithi049 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.199793+0000 mon.smithi049 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:48.199865+0000 mon.smithi049 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.200022+0000 mon.smithi049 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.200498+0000 mon.smithi049 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.200688+0000 mon.smithi049 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.200840+0000 mon.smithi049 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.201008+0000 mon.smithi049 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.203840+0000 mon.smithi049 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:48.383261+0000 mgr.smithi049.rvwqxz (mgr.14180) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.538774+0000 mon.smithi049 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.656044+0000 mon.smithi049 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.656727+0000 mon.smithi049 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:09:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:48.657304+0000 mon.smithi049 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:49.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:48.657827+0000 mgr.smithi049.rvwqxz (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.5 on smithi049 2024-02-09T20:09:50.420 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1707509389,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:50.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:47.529414+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:47.529486+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:49.203791+0000 mon.smithi049 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470] boot 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:49.203820+0000 mon.smithi049 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.204108+0000 mon.smithi049 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.204487+0000 mon.smithi049 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.204704+0000 mon.smithi049 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.204898+0000 mon.smithi049 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.205101+0000 mon.smithi049 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:50.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:49.292988+0000 mon.smithi049 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.49:0/2629783124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:50.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:47.529414+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:47.529486+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:49.203791+0000 mon.smithi049 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.80:6816/3001053470,v1:172.21.15.80:6817/3001053470] boot 2024-02-09T20:09:50.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:49.203820+0000 mon.smithi049 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.204108+0000 mon.smithi049 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.204487+0000 mon.smithi049 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.204704+0000 mon.smithi049 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.204898+0000 mon.smithi049 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.205101+0000 mon.smithi049 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:50.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:49.292988+0000 mon.smithi049 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.49:0/2629783124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:50.207426+0000 mon.smithi049 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:50.207518+0000 mon.smithi049 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:50.207756+0000 mon.smithi049 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:50.207916+0000 mon.smithi049 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:50.208094+0000 mon.smithi049 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:50.383521+0000 mgr.smithi049.rvwqxz (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.051518+0000 mon.smithi049 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:09:51.420 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:51.448 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:50.207426+0000 mon.smithi049 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:50.207518+0000 mon.smithi049 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:50.207756+0000 mon.smithi049 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:50.207916+0000 mon.smithi049 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:50.208094+0000 mon.smithi049 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:50.383521+0000 mgr.smithi049.rvwqxz (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:51.449 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.051518+0000 mon.smithi049 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.211516+0000 mon.smithi049 (mon.0) 482 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:51.211561+0000 mon.smithi049 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.211665+0000 mon.smithi049 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.211963+0000 mon.smithi049 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.212135+0000 mon.smithi049 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.212326+0000 mon.smithi049 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.212457+0000 mon.smithi049 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.319302+0000 mon.smithi049 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.656418+0000 mon.smithi080 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:52.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:51.656748+0000 mon.smithi049 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.211516+0000 mon.smithi049 (mon.0) 482 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:09:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:51.211561+0000 mon.smithi049 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-09T20:09:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.211665+0000 mon.smithi049 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.211963+0000 mon.smithi049 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.212135+0000 mon.smithi049 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.212326+0000 mon.smithi049 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.212457+0000 mon.smithi049 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.319302+0000 mon.smithi049 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.656418+0000 mon.smithi080 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:52.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:51.656748+0000 mon.smithi049 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.212956+0000 mon.smithi049 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:09:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.213006+0000 mon.smithi049 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:09:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.213063+0000 mon.smithi049 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-09T20:09:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.213388+0000 mon.smithi049 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.213729+0000 mon.smithi049 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.214244+0000 mon.smithi049 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.214557+0000 mon.smithi049 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.214679+0000 mon.smithi080 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.219075+0000 mon.smithi049 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:52.219515+0000 mon.smithi049 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:53.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.383791+0000 mgr.smithi049.rvwqxz (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.212956+0000 mon.smithi049 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.213006+0000 mon.smithi049 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.213063+0000 mon.smithi049 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.213388+0000 mon.smithi049 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.213729+0000 mon.smithi049 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.214244+0000 mon.smithi049 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.214557+0000 mon.smithi049 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.214679+0000 mon.smithi080 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.219075+0000 mon.smithi049 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:52.219515+0000 mon.smithi049 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-02-09T20:09:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.383791+0000 mgr.smithi049.rvwqxz (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.041097+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.041196+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.218542+0000 mon.smithi049 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:53.218599+0000 mon.smithi049 (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666] boot 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:53.218634+0000 mon.smithi049 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.218939+0000 mon.smithi049 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.219251+0000 mon.smithi049 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.219424+0000 mon.smithi049 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.219570+0000 mon.smithi049 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.224020+0000 mon.smithi049 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:53.841767+0000 mon.smithi049 (mon.0) 508 : cluster [INF] osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684] boot 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:53.841800+0000 mon.smithi049 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.841913+0000 mon.smithi049 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.842195+0000 mon.smithi049 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:53.842402+0000 mon.smithi049 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.041097+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.041196+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.218542+0000 mon.smithi049 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-02-09T20:09:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:53.218599+0000 mon.smithi049 (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.49:6810/3378137666,v1:172.21.15.49:6811/3378137666] boot 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:53.218634+0000 mon.smithi049 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.218939+0000 mon.smithi049 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.219251+0000 mon.smithi049 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.219424+0000 mon.smithi049 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.219570+0000 mon.smithi049 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.224020+0000 mon.smithi049 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:53.841767+0000 mon.smithi049 (mon.0) 508 : cluster [INF] osd.6 [v2:172.21.15.80:6824/3556093684,v1:172.21.15.80:6825/3556093684] boot 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:53.841800+0000 mon.smithi049 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.841913+0000 mon.smithi049 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.842195+0000 mon.smithi049 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:54.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:53.842402+0000 mon.smithi049 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:54.631 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:09:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.651824+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:52.651931+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:54.384078+0000 mgr.smithi049.rvwqxz (mgr.14180) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:55.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:54.577380+0000 mon.smithi049 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.49:0/3758924826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:55.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:54.843263+0000 mon.smithi049 (mon.0) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:09:55.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:54.843369+0000 mon.smithi049 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:55.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:54.843581+0000 mon.smithi049 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:55.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.651824+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:52.651931+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:54.384078+0000 mgr.smithi049.rvwqxz (mgr.14180) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:54.577380+0000 mon.smithi049 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.49:0/3758924826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:54.843263+0000 mon.smithi049 (mon.0) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:54.843369+0000 mon.smithi049 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:54.843581+0000 mon.smithi049 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:55.609 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1707509393,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:09:56.610 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:56.117797+0000 mon.smithi049 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:56.118516+0000 mon.smithi049 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:09:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:56.119089+0000 mon.smithi049 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:09:56.119566+0000 mgr.smithi049.rvwqxz (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.7 on smithi049 2024-02-09T20:09:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:56.384362+0000 mgr.smithi049.rvwqxz (mgr.14180) 114 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:56.117797+0000 mon.smithi049 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:09:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:56.118516+0000 mon.smithi049 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:09:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:56.119089+0000 mon.smithi049 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:57.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:09:56.119566+0000 mgr.smithi049.rvwqxz (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.7 on smithi049 2024-02-09T20:09:57.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:56.384362+0000 mgr.smithi049.rvwqxz (mgr.14180) 114 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:59.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:58.384642+0000 mgr.smithi049.rvwqxz (mgr.14180) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:59.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.260921+0000 mon.smithi080 (mon.1) 22 : audit [INF] from='osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:59.567 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:09:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.261332+0000 mon.smithi049 (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:59.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:58.384642+0000 mgr.smithi049.rvwqxz (mgr.14180) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:59.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.260921+0000 mon.smithi080 (mon.1) 22 : audit [INF] from='osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:59.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:09:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.261332+0000 mon.smithi049 (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:10:00.318 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:00.695 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.439984+0000 mon.smithi049 (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:09:59.440069+0000 mon.smithi049 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.440347+0000 mon.smithi049 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.440615+0000 mon.smithi049 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.441483+0000 mon.smithi080 (mon.1) 23 : audit [INF] from='osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:09:59.446184+0000 mon.smithi049 (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:00.000118+0000 mon.smithi049 (mon.0) 526 : cluster [INF] overall HEALTH_OK 2024-02-09T20:10:00.696 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:00.316142+0000 mon.smithi049 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.49:0/1446595124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.439984+0000 mon.smithi049 (mon.0) 521 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:10:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:09:59.440069+0000 mon.smithi049 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-09T20:10:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.440347+0000 mon.smithi049 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.440615+0000 mon.smithi049 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.441483+0000 mon.smithi080 (mon.1) 23 : audit [INF] from='osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:00.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:09:59.446184+0000 mon.smithi049 (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:00.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:00.000118+0000 mon.smithi049 (mon.0) 526 : cluster [INF] overall HEALTH_OK 2024-02-09T20:10:00.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:00.316142+0000 mon.smithi049 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.49:0/1446595124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:01.133 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1707509393,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:00.384886+0000 mgr.smithi049.rvwqxz (mgr.14180) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:00.445488+0000 mon.smithi049 (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:00.445548+0000 mon.smithi049 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:00.445854+0000 mon.smithi049 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:00.446095+0000 mon.smithi049 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:00.450276+0000 mon.smithi049 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:01.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:00.384886+0000 mgr.smithi049.rvwqxz (mgr.14180) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:01.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:00.445488+0000 mon.smithi049 (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:10:01.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:00.445548+0000 mon.smithi049 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-09T20:10:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:00.445854+0000 mon.smithi049 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:00.446095+0000 mon.smithi049 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:01.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:00.450276+0000 mon.smithi049 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:02.135 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:00.224241+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:00.224287+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:01.451270+0000 mon.smithi049 (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702] boot 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:01.451307+0000 mon.smithi049 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:01.451660+0000 mon.smithi049 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:02.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:01.452036+0000 mon.smithi049 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:00.224241+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:00.224287+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:01.451270+0000 mon.smithi049 (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.49:6818/1998019702,v1:172.21.15.49:6819/1998019702] boot 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:01.451307+0000 mon.smithi049 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:01.451660+0000 mon.smithi049 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:10:02.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:01.452036+0000 mon.smithi049 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:02.385239+0000 mgr.smithi049.rvwqxz (mgr.14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:02.458619+0000 mon.smithi049 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:10:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:02.458728+0000 mon.smithi049 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:02.782375+0000 mon.smithi049 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:03.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:02.385239+0000 mgr.smithi049.rvwqxz (mgr.14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:03.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:02.458619+0000 mon.smithi049 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:10:03.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:02.458728+0000 mon.smithi049 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:03.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:02.782375+0000 mon.smithi049 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:04.834 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:05.495 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1707509401,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":0} 2024-02-09T20:10:05.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:04.385634+0000 mgr.smithi049.rvwqxz (mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:05.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:04.833002+0000 mon.smithi049 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.49:0/4163564041' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:05.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:04.385634+0000 mgr.smithi049.rvwqxz (mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:05.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:04.833002+0000 mon.smithi049 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.49:0/4163564041' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:06.497 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:10:06.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:05.588866+0000 mon.smithi049 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:10:06.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:05.588866+0000 mon.smithi049 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:10:07.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:06.385988+0000 mgr.smithi049.rvwqxz (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:07.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:06.467937+0000 mon.smithi049 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:10:07.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:06.467984+0000 mon.smithi049 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-09T20:10:07.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:06.468118+0000 mon.smithi049 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:07.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:06.468589+0000 mon.smithi049 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:06.385988+0000 mgr.smithi049.rvwqxz (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:06.467937+0000 mon.smithi049 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:10:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:06.467984+0000 mon.smithi049 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-09T20:10:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:06.468118+0000 mon.smithi049 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:06.468589+0000 mon.smithi049 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-02-09T20:10:08.664 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:08.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:07.469443+0000 mon.smithi049 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:10:08.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:07.469503+0000 mon.smithi049 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-09T20:10:08.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:07.469832+0000 mon.smithi049 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:08.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:07.474136+0000 mon.smithi049 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:08.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:07.469443+0000 mon.smithi049 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-02-09T20:10:08.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:07.469503+0000 mon.smithi049 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-09T20:10:08.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:07.469832+0000 mon.smithi049 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:08.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:07.474136+0000 mon.smithi049 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:09.357 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1707509408,"num_in_osds":8,"osd_in_since":1707509363,"num_remapped_pgs":1} 2024-02-09T20:10:09.358 INFO:tasks.cephadm:Setting up client nodes... 2024-02-09T20:10:09.358 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:10:09.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:06.601261+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:09.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:06.601316+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:09.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:08.386283+0000 mgr.smithi049.rvwqxz (mgr.14180) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:09.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:08.474058+0000 mon.smithi049 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:08.477833+0000 mon.smithi049 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562] boot 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:08.477869+0000 mon.smithi049 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:08.478388+0000 mon.smithi049 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:08.663007+0000 mon.smithi049 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.49:0/2834529654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:08.795981+0000 mon.smithi049 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:08.797743+0000 mon.smithi049 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:10:09.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:08.845132+0000 mon.smithi049 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:10:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:06.601261+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:06.601316+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:08.386283+0000 mgr.smithi049.rvwqxz (mgr.14180) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:08.474058+0000 mon.smithi049 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:08.477833+0000 mon.smithi049 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.49:6826/2930064562,v1:172.21.15.49:6827/2930064562] boot 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:08.477869+0000 mon.smithi049 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:08.478388+0000 mon.smithi049 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:08.663007+0000 mon.smithi049 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.49:0/2834529654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:08.795981+0000 mon.smithi049 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:08.797743+0000 mon.smithi049 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:10:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:08.845132+0000 mon.smithi049 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:10:10.953 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:09.846317+0000 mon.smithi049 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:10:11.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:09.846317+0000 mon.smithi049 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:10:11.999 INFO:teuthology.orchestra.run.smithi049.stdout:[client.0] 2024-02-09T20:10:11.999 INFO:teuthology.orchestra.run.smithi049.stdout: key = AQCjhsZlNxxPOxAA4qN0A1SF0eWT+27+25uXgA== 2024-02-09T20:10:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:10.386697+0000 mgr.smithi049.rvwqxz (mgr.14180) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:10.875610+0000 mon.smithi049 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:12.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:10.386697+0000 mgr.smithi049.rvwqxz (mgr.14180) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:12.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:10.875610+0000 mon.smithi049 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:12.650 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:10:12.650 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-09T20:10:12.650 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-09T20:10:12.691 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:10:13.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:11.994819+0000 mon.smithi049 (mon.0) 560 : audit [INF] from='client.? 172.21.15.49:0/3314113446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:13.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:11.998211+0000 mon.smithi049 (mon.0) 561 : audit [INF] from='client.? 172.21.15.49:0/3314113446' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:10:13.153 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:11.994819+0000 mon.smithi049 (mon.0) 560 : audit [INF] from='client.? 172.21.15.49:0/3314113446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:13.153 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:11.998211+0000 mon.smithi049 (mon.0) 561 : audit [INF] from='client.? 172.21.15.49:0/3314113446' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:10:14.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:12.387182+0000 mgr.smithi049.rvwqxz (mgr.14180) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:14.224 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:12.387182+0000 mgr.smithi049.rvwqxz (mgr.14180) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:15.568 INFO:teuthology.orchestra.run.smithi080.stdout:[client.1] 2024-02-09T20:10:15.568 INFO:teuthology.orchestra.run.smithi080.stdout: key = AQCnhsZl97B0IRAAkxY9DsNcE7Id6HlsTujm2Q== 2024-02-09T20:10:15.968 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:14.387551+0000 mgr.smithi049.rvwqxz (mgr.14180) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:10:14.813615+0000 mgr.smithi049.rvwqxz (mgr.14180) 124 : cephadm [INF] Detected new or changed devices on smithi080 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:14.818470+0000 mon.smithi049 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.162345+0000 mon.smithi049 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.163005+0000 mon.smithi049 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.163546+0000 mon.smithi049 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.164067+0000 mon.smithi049 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.167942+0000 mon.smithi049 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:15.969 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.560343+0000 mon.smithi080 (mon.1) 24 : audit [INF] from='client.? 172.21.15.80:0/2753160479' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:15.970 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.561073+0000 mon.smithi049 (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:15.970 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.564763+0000 mon.smithi049 (mon.0) 569 : 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-09T20:10:15.970 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:15.601421+0000 mon.smithi049 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:14.387551+0000 mgr.smithi049.rvwqxz (mgr.14180) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:10:14.813615+0000 mgr.smithi049.rvwqxz (mgr.14180) 124 : cephadm [INF] Detected new or changed devices on smithi080 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:14.818470+0000 mon.smithi049 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.162345+0000 mon.smithi049 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.163005+0000 mon.smithi049 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:16.098 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.163546+0000 mon.smithi049 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.164067+0000 mon.smithi049 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.167942+0000 mon.smithi049 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.560343+0000 mon.smithi080 (mon.1) 24 : audit [INF] from='client.? 172.21.15.80:0/2753160479' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.561073+0000 mon.smithi049 (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.564763+0000 mon.smithi049 (mon.0) 569 : 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-09T20:10:16.099 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:15.601421+0000 mon.smithi049 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:16.235 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:10:16.235 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-09T20:10:16.235 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-09T20:10:16.275 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:16.961 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:17.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:10:15.164501+0000 mgr.smithi049.rvwqxz (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3992M 2024-02-09T20:10:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:10:15.164501+0000 mgr.smithi049.rvwqxz (mgr.14180) 125 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3992M 2024-02-09T20:10:18.146 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:16.387899+0000 mgr.smithi049.rvwqxz (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:16.387899+0000 mgr.smithi049.rvwqxz (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:19.491 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:19.491 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":40,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:05:41.692473+0000","modified":"2024-02-09T20:10:09.842933+0000","last_up_change":"2024-02-09T20:10:08.471132+0000","last_in_change":"2024-02-09T20:09:23.286852+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:46.642003+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3503e5e3-5358-41ba-887e-22addfdc6d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6801","nonce":359522292}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6803","nonce":359522292}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6807","nonce":359522292}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6805","nonce":359522292}]},"public_addr":"172.21.15.80:6801/359522292","cluster_addr":"172.21.15.80:6803/359522292","heartbeat_back_addr":"172.21.15.80:6807/359522292","heartbeat_front_addr":"172.21.15.80:6805/359522292","state":["exists","up"]},{"osd":1,"uuid":"9420f8af-b885-4035-81d4-43bf1ecb8eb8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6803","nonce":2251201878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6805","nonce":2251201878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6809","nonce":2251201878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6807","nonce":2251201878}]},"public_addr":"172.21.15.49:6803/2251201878","cluster_addr":"172.21.15.49:6805/2251201878","heartbeat_back_addr":"172.21.15.49:6809/2251201878","heartbeat_front_addr":"172.21.15.49:6807/2251201878","state":["exists","up"]},{"osd":2,"uuid":"322f47db-80aa-4c88-ae59-d818a01caebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6809","nonce":929897867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6811","nonce":929897867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6815","nonce":929897867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6813","nonce":929897867}]},"public_addr":"172.21.15.80:6809/929897867","cluster_addr":"172.21.15.80:6811/929897867","heartbeat_back_addr":"172.21.15.80:6815/929897867","heartbeat_front_addr":"172.21.15.80:6813/929897867","state":["exists","up"]},{"osd":3,"uuid":"e8f753bf-19ed-47e0-86b8-0e665f0953f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6811","nonce":3378137666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6813","nonce":3378137666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6817","nonce":3378137666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6815","nonce":3378137666}]},"public_addr":"172.21.15.49:6811/3378137666","cluster_addr":"172.21.15.49:6813/3378137666","heartbeat_back_addr":"172.21.15.49:6817/3378137666","heartbeat_front_addr":"172.21.15.49:6815/3378137666","state":["exists","up"]},{"osd":4,"uuid":"8e24f69c-4317-45d1-a43c-8705730c17b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6817","nonce":3001053470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6819","nonce":3001053470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6823","nonce":3001053470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6821","nonce":3001053470}]},"public_addr":"172.21.15.80:6817/3001053470","cluster_addr":"172.21.15.80:6819/3001053470","heartbeat_back_addr":"172.21.15.80:6823/3001053470","heartbeat_front_addr":"172.21.15.80:6821/3001053470","state":["exists","up"]},{"osd":5,"uuid":"def64cc0-85a9-4011-b337-854be916775b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6819","nonce":1998019702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6821","nonce":1998019702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6825","nonce":1998019702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6823","nonce":1998019702}]},"public_addr":"172.21.15.49:6819/1998019702","cluster_addr":"172.21.15.49:6821/1998019702","heartbeat_back_addr":"172.21.15.49:6825/1998019702","heartbeat_front_addr":"172.21.15.49:6823/1998019702","state":["exists","up"]},{"osd":6,"uuid":"cc6c3e53-a95f-4966-adab-32ac9015ff5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6825","nonce":3556093684}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6827","nonce":3556093684}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6831","nonce":3556093684}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6829","nonce":3556093684}]},"public_addr":"172.21.15.80:6825/3556093684","cluster_addr":"172.21.15.80:6827/3556093684","heartbeat_back_addr":"172.21.15.80:6831/3556093684","heartbeat_front_addr":"172.21.15.80:6829/3556093684","state":["exists","up"]},{"osd":7,"uuid":"8112275d-02f5-4166-accf-cda9d5d84590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6827","nonce":2930064562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6829","nonce":2930064562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6833","nonce":2930064562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6831","nonce":2930064562}]},"public_addr":"172.21.15.49:6827/2930064562","cluster_addr":"172.21.15.49:6829/2930064562","heartbeat_back_addr":"172.21.15.49:6833/2930064562","heartbeat_front_addr":"172.21.15.49:6831/2930064562","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-09T20:09:37.243556+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-09T20:09:44.788812+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-09T20:09:42.312316+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-09T20:09:52.041201+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-09T20:09:47.529491+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-09T20:10:00.224290+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-09T20:09:52.651934+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-09T20:10:06.601318+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:0/3949514671":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6800/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3831574318":"2024-02-10T20:06:45.533039+0000","172.21.15.49:6801/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6801/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/253563171":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3145567786":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/107133012":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/745303768":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/2299888272":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6801/745303768":"2024-02-10T20:06:13.736051+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-09T20:10:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:18.388230+0000 mgr.smithi049.rvwqxz (mgr.14180) 127 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:19.488273+0000 mon.smithi049 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.49:0/736717831' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:20.198 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:18.388230+0000 mgr.smithi049.rvwqxz (mgr.14180) 127 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:20.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:19.488273+0000 mon.smithi049 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.49:0/736717831' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:20.499 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-09T20:09:46.642003+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-09T20:10:20.499 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-09T20:10:20.808 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:10:20.100159+0000 mgr.smithi049.rvwqxz (mgr.14180) 128 : cephadm [INF] Detected new or changed devices on smithi049 2024-02-09T20:10:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.105760+0000 mon.smithi049 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:20.388736+0000 mgr.smithi049.rvwqxz (mgr.14180) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.647053+0000 mon.smithi049 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.647696+0000 mon.smithi049 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.648264+0000 mon.smithi049 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.648785+0000 mon.smithi049 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:10:20.649189+0000 mgr.smithi049.rvwqxz (mgr.14180) 130 : cephadm [INF] Adjusting osd_memory_target on smithi049 to 3224M 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.652712+0000 mon.smithi049 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.653856+0000 mon.smithi049 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.654553+0000 mon.smithi049 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.658896+0000 mon.smithi049 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.662540+0000 mon.smithi049 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.665396+0000 mon.smithi049 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.666268+0000 mon.smithi049 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.666509+0000 mon.smithi049 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:21.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:20.667040+0000 mon.smithi049 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:10:20.100159+0000 mgr.smithi049.rvwqxz (mgr.14180) 128 : cephadm [INF] Detected new or changed devices on smithi049 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.105760+0000 mon.smithi049 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:20.388736+0000 mgr.smithi049.rvwqxz (mgr.14180) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.647053+0000 mon.smithi049 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.647696+0000 mon.smithi049 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.648264+0000 mon.smithi049 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.648785+0000 mon.smithi049 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:10:20.649189+0000 mgr.smithi049.rvwqxz (mgr.14180) 130 : cephadm [INF] Adjusting osd_memory_target on smithi049 to 3224M 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.652712+0000 mon.smithi049 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.653856+0000 mon.smithi049 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.654553+0000 mon.smithi049 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:10:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.658896+0000 mon.smithi049 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:21.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.662540+0000 mon.smithi049 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:10:21.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.665396+0000 mon.smithi049 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:21.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.666268+0000 mon.smithi049 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:21.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.666509+0000 mon.smithi049 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:21.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:20.667040+0000 mon.smithi049 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:23.670 INFO:teuthology.orchestra.run.smithi049.stdout:pg_num: 1 2024-02-09T20:10:23.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:22.389242+0000 mgr.smithi049.rvwqxz (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:23.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:22.389242+0000 mgr.smithi049.rvwqxz (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:24.576 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-09T20:10:24.576 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-09T20:10:24.576 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-09T20:10:24.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:23.668298+0000 mon.smithi049 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.49:0/1808444345' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:10:24.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:23.668298+0000 mon.smithi049 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.49:0/1808444345' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:10:24.867 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:25.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:24.389549+0000 mgr.smithi049.rvwqxz (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:25.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:24.389549+0000 mgr.smithi049.rvwqxz (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:26.905 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:26.389866+0000 mgr.smithi049.rvwqxz (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:26.899078+0000 mon.smithi049 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.49:0/917663463' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:10:27.595 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:26.389866+0000 mgr.smithi049.rvwqxz (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:27.595 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:26.899078+0000 mon.smithi049 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.49:0/917663463' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:10:27.596 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi049.rvwqxz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":2882758506},{"type":"v1","addr":"172.21.15.49:6801","nonce":2882758506}]},"active_addr":"172.21.15.49:6801/2882758506","active_change":"2024-02-09T20:07:34.358933+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi080.vjtypi","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.49:8443/","prometheus":"http://172.21.15.49: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.49:0","nonce":2571104447}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":2526101595}]}]} 2024-02-09T20:10:27.600 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-09T20:10:27.600 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-09T20:10:27.600 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:28.395 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:29.693 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:28.390147+0000 mgr.smithi049.rvwqxz (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:29.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:28.390147+0000 mgr.smithi049.rvwqxz (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:30.976 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:29.562432+0000 mon.smithi049 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:30.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:29.562432+0000 mon.smithi049 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:31.667 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:31.668 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":40,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:05:41.692473+0000","modified":"2024-02-09T20:10:09.842933+0000","last_up_change":"2024-02-09T20:10:08.471132+0000","last_in_change":"2024-02-09T20:09:23.286852+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:46.642003+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3503e5e3-5358-41ba-887e-22addfdc6d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6801","nonce":359522292}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6803","nonce":359522292}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6807","nonce":359522292}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6805","nonce":359522292}]},"public_addr":"172.21.15.80:6801/359522292","cluster_addr":"172.21.15.80:6803/359522292","heartbeat_back_addr":"172.21.15.80:6807/359522292","heartbeat_front_addr":"172.21.15.80:6805/359522292","state":["exists","up"]},{"osd":1,"uuid":"9420f8af-b885-4035-81d4-43bf1ecb8eb8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6803","nonce":2251201878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6805","nonce":2251201878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6809","nonce":2251201878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6807","nonce":2251201878}]},"public_addr":"172.21.15.49:6803/2251201878","cluster_addr":"172.21.15.49:6805/2251201878","heartbeat_back_addr":"172.21.15.49:6809/2251201878","heartbeat_front_addr":"172.21.15.49:6807/2251201878","state":["exists","up"]},{"osd":2,"uuid":"322f47db-80aa-4c88-ae59-d818a01caebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6809","nonce":929897867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6811","nonce":929897867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6815","nonce":929897867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6813","nonce":929897867}]},"public_addr":"172.21.15.80:6809/929897867","cluster_addr":"172.21.15.80:6811/929897867","heartbeat_back_addr":"172.21.15.80:6815/929897867","heartbeat_front_addr":"172.21.15.80:6813/929897867","state":["exists","up"]},{"osd":3,"uuid":"e8f753bf-19ed-47e0-86b8-0e665f0953f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6811","nonce":3378137666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6813","nonce":3378137666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6817","nonce":3378137666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6815","nonce":3378137666}]},"public_addr":"172.21.15.49:6811/3378137666","cluster_addr":"172.21.15.49:6813/3378137666","heartbeat_back_addr":"172.21.15.49:6817/3378137666","heartbeat_front_addr":"172.21.15.49:6815/3378137666","state":["exists","up"]},{"osd":4,"uuid":"8e24f69c-4317-45d1-a43c-8705730c17b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6817","nonce":3001053470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6819","nonce":3001053470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6823","nonce":3001053470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6821","nonce":3001053470}]},"public_addr":"172.21.15.80:6817/3001053470","cluster_addr":"172.21.15.80:6819/3001053470","heartbeat_back_addr":"172.21.15.80:6823/3001053470","heartbeat_front_addr":"172.21.15.80:6821/3001053470","state":["exists","up"]},{"osd":5,"uuid":"def64cc0-85a9-4011-b337-854be916775b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6819","nonce":1998019702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6821","nonce":1998019702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6825","nonce":1998019702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6823","nonce":1998019702}]},"public_addr":"172.21.15.49:6819/1998019702","cluster_addr":"172.21.15.49:6821/1998019702","heartbeat_back_addr":"172.21.15.49:6825/1998019702","heartbeat_front_addr":"172.21.15.49:6823/1998019702","state":["exists","up"]},{"osd":6,"uuid":"cc6c3e53-a95f-4966-adab-32ac9015ff5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6825","nonce":3556093684}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6827","nonce":3556093684}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6831","nonce":3556093684}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6829","nonce":3556093684}]},"public_addr":"172.21.15.80:6825/3556093684","cluster_addr":"172.21.15.80:6827/3556093684","heartbeat_back_addr":"172.21.15.80:6831/3556093684","heartbeat_front_addr":"172.21.15.80:6829/3556093684","state":["exists","up"]},{"osd":7,"uuid":"8112275d-02f5-4166-accf-cda9d5d84590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6827","nonce":2930064562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6829","nonce":2930064562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6833","nonce":2930064562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6831","nonce":2930064562}]},"public_addr":"172.21.15.49:6827/2930064562","cluster_addr":"172.21.15.49:6829/2930064562","heartbeat_back_addr":"172.21.15.49:6833/2930064562","heartbeat_front_addr":"172.21.15.49:6831/2930064562","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-09T20:09:37.243556+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-09T20:09:44.788812+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-09T20:09:42.312316+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-09T20:09:52.041201+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-09T20:09:47.529491+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-09T20:10:00.224290+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-09T20:09:52.651934+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-09T20:10:06.601318+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:0/3949514671":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6800/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3831574318":"2024-02-10T20:06:45.533039+0000","172.21.15.49:6801/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6801/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/253563171":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3145567786":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/107133012":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/745303768":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/2299888272":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6801/745303768":"2024-02-10T20:06:13.736051+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-09T20:10:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:30.390440+0000 mgr.smithi049.rvwqxz (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:32.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:30.390440+0000 mgr.smithi049.rvwqxz (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:32.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:31.665320+0000 mon.smithi049 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.49:0/1685996872' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:32.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:31.665320+0000 mon.smithi049 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.49:0/1685996872' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:33.966 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:32.390991+0000 mgr.smithi049.rvwqxz (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:33.988 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-09T20:10:33.988 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:32.390991+0000 mgr.smithi049.rvwqxz (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:34.798 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:34.391432+0000 mgr.smithi049.rvwqxz (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:34.712046+0000 mon.smithi049 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:36.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:34.391432+0000 mgr.smithi049.rvwqxz (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:36.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:34.712046+0000 mon.smithi049 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:10:36.717 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:10:36.717 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":40,"fsid":"85817c48-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:05:41.692473+0000","modified":"2024-02-09T20:10:09.842933+0000","last_up_change":"2024-02-09T20:10:08.471132+0000","last_in_change":"2024-02-09T20:09:23.286852+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:46.642003+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3503e5e3-5358-41ba-887e-22addfdc6d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6801","nonce":359522292}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6803","nonce":359522292}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6807","nonce":359522292}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":359522292},{"type":"v1","addr":"172.21.15.80:6805","nonce":359522292}]},"public_addr":"172.21.15.80:6801/359522292","cluster_addr":"172.21.15.80:6803/359522292","heartbeat_back_addr":"172.21.15.80:6807/359522292","heartbeat_front_addr":"172.21.15.80:6805/359522292","state":["exists","up"]},{"osd":1,"uuid":"9420f8af-b885-4035-81d4-43bf1ecb8eb8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6803","nonce":2251201878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6805","nonce":2251201878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6809","nonce":2251201878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2251201878},{"type":"v1","addr":"172.21.15.49:6807","nonce":2251201878}]},"public_addr":"172.21.15.49:6803/2251201878","cluster_addr":"172.21.15.49:6805/2251201878","heartbeat_back_addr":"172.21.15.49:6809/2251201878","heartbeat_front_addr":"172.21.15.49:6807/2251201878","state":["exists","up"]},{"osd":2,"uuid":"322f47db-80aa-4c88-ae59-d818a01caebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6809","nonce":929897867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6811","nonce":929897867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6815","nonce":929897867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":929897867},{"type":"v1","addr":"172.21.15.80:6813","nonce":929897867}]},"public_addr":"172.21.15.80:6809/929897867","cluster_addr":"172.21.15.80:6811/929897867","heartbeat_back_addr":"172.21.15.80:6815/929897867","heartbeat_front_addr":"172.21.15.80:6813/929897867","state":["exists","up"]},{"osd":3,"uuid":"e8f753bf-19ed-47e0-86b8-0e665f0953f1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6811","nonce":3378137666}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6813","nonce":3378137666}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6817","nonce":3378137666}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3378137666},{"type":"v1","addr":"172.21.15.49:6815","nonce":3378137666}]},"public_addr":"172.21.15.49:6811/3378137666","cluster_addr":"172.21.15.49:6813/3378137666","heartbeat_back_addr":"172.21.15.49:6817/3378137666","heartbeat_front_addr":"172.21.15.49:6815/3378137666","state":["exists","up"]},{"osd":4,"uuid":"8e24f69c-4317-45d1-a43c-8705730c17b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6817","nonce":3001053470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6818","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6819","nonce":3001053470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6823","nonce":3001053470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3001053470},{"type":"v1","addr":"172.21.15.80:6821","nonce":3001053470}]},"public_addr":"172.21.15.80:6817/3001053470","cluster_addr":"172.21.15.80:6819/3001053470","heartbeat_back_addr":"172.21.15.80:6823/3001053470","heartbeat_front_addr":"172.21.15.80:6821/3001053470","state":["exists","up"]},{"osd":5,"uuid":"def64cc0-85a9-4011-b337-854be916775b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6819","nonce":1998019702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6821","nonce":1998019702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6825","nonce":1998019702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":1998019702},{"type":"v1","addr":"172.21.15.49:6823","nonce":1998019702}]},"public_addr":"172.21.15.49:6819/1998019702","cluster_addr":"172.21.15.49:6821/1998019702","heartbeat_back_addr":"172.21.15.49:6825/1998019702","heartbeat_front_addr":"172.21.15.49:6823/1998019702","state":["exists","up"]},{"osd":6,"uuid":"cc6c3e53-a95f-4966-adab-32ac9015ff5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6825","nonce":3556093684}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6826","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6827","nonce":3556093684}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6831","nonce":3556093684}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":3556093684},{"type":"v1","addr":"172.21.15.80:6829","nonce":3556093684}]},"public_addr":"172.21.15.80:6825/3556093684","cluster_addr":"172.21.15.80:6827/3556093684","heartbeat_back_addr":"172.21.15.80:6831/3556093684","heartbeat_front_addr":"172.21.15.80:6829/3556093684","state":["exists","up"]},{"osd":7,"uuid":"8112275d-02f5-4166-accf-cda9d5d84590","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6827","nonce":2930064562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6829","nonce":2930064562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6833","nonce":2930064562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2930064562},{"type":"v1","addr":"172.21.15.49:6831","nonce":2930064562}]},"public_addr":"172.21.15.49:6827/2930064562","cluster_addr":"172.21.15.49:6829/2930064562","heartbeat_back_addr":"172.21.15.49:6833/2930064562","heartbeat_front_addr":"172.21.15.49:6831/2930064562","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-09T20:09:37.243556+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-09T20:09:44.788812+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-09T20:09:42.312316+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-09T20:09:52.041201+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-09T20:09:47.529491+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-09T20:10:00.224290+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-09T20:09:52.651934+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-09T20:10:06.601318+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:0/3949514671":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6800/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3831574318":"2024-02-10T20:06:45.533039+0000","172.21.15.49:6801/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:6801/3869721729":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/253563171":"2024-02-10T20:06:45.533039+0000","172.21.15.49:0/3145567786":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/107133012":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/745303768":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6800/1283112345":"2024-02-10T20:07:34.358823+0000","172.21.15.49:0/2299888272":"2024-02-10T20:06:13.736051+0000","172.21.15.49:6801/745303768":"2024-02-10T20:06:13.736051+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-09T20:10:37.457 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-09T20:10:37.735 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:37.981 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:36.391937+0000 mgr.smithi049.rvwqxz (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:37.981 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:10:36.714968+0000 mon.smithi049 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.49:0/4121359264' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:36.391937+0000 mgr.smithi049.rvwqxz (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:10:36.714968+0000 mon.smithi049 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.49:0/4121359264' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:39.918 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:38.392229+0000 mgr.smithi049.rvwqxz (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:38.392229+0000 mgr.smithi049.rvwqxz (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:40.328 INFO:teuthology.orchestra.run.smithi049.stdout:68719476751 2024-02-09T20:10:40.328 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-09T20:10:40.607 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:41.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:40.392526+0000 mgr.smithi049.rvwqxz (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:40.392526+0000 mgr.smithi049.rvwqxz (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:43.024 INFO:teuthology.orchestra.run.smithi049.stdout:94489280526 2024-02-09T20:10:43.024 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-09T20:10:43.302 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:42.392928+0000 mgr.smithi049.rvwqxz (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:42.392928+0000 mgr.smithi049.rvwqxz (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:45.815 INFO:teuthology.orchestra.run.smithi049.stdout:85899345934 2024-02-09T20:10:45.816 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-09T20:10:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:44.393397+0000 mgr.smithi049.rvwqxz (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:44.393397+0000 mgr.smithi049.rvwqxz (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:46.096 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:47.959 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:46.393718+0000 mgr.smithi049.rvwqxz (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:46.393718+0000 mgr.smithi049.rvwqxz (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:48.483 INFO:teuthology.orchestra.run.smithi049.stdout:124554051597 2024-02-09T20:10:48.484 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-09T20:10:48.764 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:48.394210+0000 mgr.smithi049.rvwqxz (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:50.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:48.394210+0000 mgr.smithi049.rvwqxz (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:51.395 INFO:teuthology.orchestra.run.smithi049.stdout:107374182415 2024-02-09T20:10:51.395 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-09T20:10:51.677 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:50.394523+0000 mgr.smithi049.rvwqxz (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:50.394523+0000 mgr.smithi049.rvwqxz (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:53.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:52.394842+0000 mgr.smithi049.rvwqxz (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:52.394842+0000 mgr.smithi049.rvwqxz (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:54.004 INFO:teuthology.orchestra.run.smithi049.stdout:146028888078 2024-02-09T20:10:54.004 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-09T20:10:54.283 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:55.782 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:54.395136+0000 mgr.smithi049.rvwqxz (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:54.395136+0000 mgr.smithi049.rvwqxz (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:56.710 INFO:teuthology.orchestra.run.smithi049.stdout:128849018895 2024-02-09T20:10:56.711 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-09T20:10:56.990 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:56.395585+0000 mgr.smithi049.rvwqxz (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:56.395585+0000 mgr.smithi049.rvwqxz (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:59.559 INFO:teuthology.orchestra.run.smithi049.stdout:163208757261 2024-02-09T20:10:59.560 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-09T20:10:59.839 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:10:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:10:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:10:58.395953+0000 mgr.smithi049.rvwqxz (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:00.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:10:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:10:58.395953+0000 mgr.smithi049.rvwqxz (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:01.764 INFO:teuthology.orchestra.run.smithi049.stdout:68719476756 2024-02-09T20:11:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:00.396212+0000 mgr.smithi049.rvwqxz (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:02.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:00.396212+0000 mgr.smithi049.rvwqxz (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:02.408 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476756 for osd.0 2024-02-09T20:11:02.408 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-09T20:11:02.693 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:03.010 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:01.762653+0000 mon.smithi049 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.49:0/61449309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:11:03.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:01.762653+0000 mon.smithi049 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.49:0/61449309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:11:04.040 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:02.396495+0000 mgr.smithi049.rvwqxz (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:04.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:02.396495+0000 mgr.smithi049.rvwqxz (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:04.452 INFO:teuthology.orchestra.run.smithi049.stdout:94489280530 2024-02-09T20:11:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:04.450696+0000 mon.smithi049 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.49:0/440447448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:11:05.249 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:04.450696+0000 mon.smithi049 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.49:0/440447448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:11:05.274 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280526 got 94489280530 for osd.1 2024-02-09T20:11:05.274 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-09T20:11:05.557 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:06.076 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:04.396775+0000 mgr.smithi049.rvwqxz (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:04.396775+0000 mgr.smithi049.rvwqxz (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:07.577 INFO:teuthology.orchestra.run.smithi049.stdout:85899345939 2024-02-09T20:11:07.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:06.397272+0000 mgr.smithi049.rvwqxz (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:07.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:07.575213+0000 mon.smithi049 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.49:0/2496105815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:11:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:06.397272+0000 mgr.smithi049.rvwqxz (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:07.575213+0000 mon.smithi049 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.49:0/2496105815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:11:08.337 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345939 for osd.2 2024-02-09T20:11:08.337 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-09T20:11:08.622 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:08.397604+0000 mgr.smithi049.rvwqxz (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:10.059 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:08.397604+0000 mgr.smithi049.rvwqxz (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:10.476 INFO:teuthology.orchestra.run.smithi049.stdout:124554051601 2024-02-09T20:11:11.178 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:10.475465+0000 mon.smithi049 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.49:0/749627886' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:11:11.199 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051597 got 124554051601 for osd.3 2024-02-09T20:11:11.199 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-09T20:11:11.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:10.475465+0000 mon.smithi049 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.49:0/749627886' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:11:11.481 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:10.397907+0000 mgr.smithi049.rvwqxz (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:10.397907+0000 mgr.smithi049.rvwqxz (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:13.307 INFO:teuthology.orchestra.run.smithi049.stdout:107374182419 2024-02-09T20:11:13.939 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:12.398270+0000 mgr.smithi049.rvwqxz (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:13.939 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:13.305797+0000 mon.smithi049 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.49:0/580699373' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:11:13.959 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182419 for osd.4 2024-02-09T20:11:13.959 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-09T20:11:14.235 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:12.398270+0000 mgr.smithi049.rvwqxz (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:13.305797+0000 mon.smithi049 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.49:0/580699373' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:11:16.079 INFO:teuthology.orchestra.run.smithi049.stdout:146028888082 2024-02-09T20:11:16.101 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:14.398568+0000 mgr.smithi049.rvwqxz (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:14.398568+0000 mgr.smithi049.rvwqxz (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:16.810 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888078 got 146028888082 for osd.5 2024-02-09T20:11:16.810 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-09T20:11:17.092 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:16.077686+0000 mon.smithi049 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.49:0/1430179972' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:11:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:16.077686+0000 mon.smithi049 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.49:0/1430179972' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:11:18.046 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:16.399179+0000 mgr.smithi049.rvwqxz (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:16.399179+0000 mgr.smithi049.rvwqxz (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:19.109 INFO:teuthology.orchestra.run.smithi049.stdout:128849018899 2024-02-09T20:11:19.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018895 got 128849018899 for osd.6 2024-02-09T20:11:19.933 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-09T20:11:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:18.399548+0000 mgr.smithi049.rvwqxz (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:19.107537+0000 mon.smithi049 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.49:0/3791375724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:11:20.217 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:20.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:18.399548+0000 mgr.smithi049.rvwqxz (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:20.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:19.107537+0000 mon.smithi049 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.49:0/3791375724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:11:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:20.399844+0000 mgr.smithi049.rvwqxz (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:22.096 INFO:teuthology.orchestra.run.smithi049.stdout:163208757266 2024-02-09T20:11:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:20.399844+0000 mgr.smithi049.rvwqxz (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:22.910 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757266 for osd.7 2024-02-09T20:11:22.910 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-09T20:11:22.910 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:11:23.187 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:22.095291+0000 mon.smithi049 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.49:0/541132405' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:11:23.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:22.095291+0000 mon.smithi049 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.49:0/541132405' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:11:24.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:22.400306+0000 mgr.smithi049.rvwqxz (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:22.400306+0000 mgr.smithi049.rvwqxz (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:25.239 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:11:25.240 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-02-09T20:11:26.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:24.400738+0000 mgr.smithi049.rvwqxz (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:26.078 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2024-02-09T20:11:24.400594+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1246977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-09T20:10:10.039103+0000","last_change":"2024-02-09T20:10:10.039103+0000","last_active":"2024-02-09T20:10:10.039103+0000","last_peered":"2024-02-09T20:10:10.039103+0000","last_clean":"2024-02-09T20:10:10.039103+0000","last_became_active":"2024-02-09T20:10:10.038793+0000","last_became_peered":"2024-02-09T20:10:10.038793+0000","last_unstale":"2024-02-09T20:10:10.039103+0000","last_undegraded":"2024-02-09T20:10:10.039103+0000","last_fullsized":"2024-02-09T20:10:10.039103+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:09:47.193228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:09:47.193228+0000","last_clean_scrub_stamp":"2024-02-09T20:09:47.193228+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757266,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155778,"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":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.51800000000000002}]},{"osd":1,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.442},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.434}]},{"osd":2,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.69799999999999995}]},{"osd":3,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.372},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.41899999999999998}]},{"osd":4,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.51000000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.48399999999999999}]},{"osd":6,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.72999999999999998}]}]},{"osd":5,"up_from":34,"seq":146028888084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":0.41199999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.186,"5min":0.186,"15min":0.186},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.33300000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.435},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.45300000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.441}]},{"osd":4,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.505}]},{"osd":6,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.49399999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.47199999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.254},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.39600000000000002}]},{"osd":1,"last update":"Fri Feb 9 20:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.443},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.61199999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.54500000000000004}]},{"osd":4,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.45200000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:03 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.59499999999999997}]},{"osd":6,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.51100000000000001}]},{"osd":7,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.57599999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476760,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154641,"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":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.47499999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.44700000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.53000000000000003}]},{"osd":4,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.436},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.50900000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.54800000000000004}]},{"osd":6,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.59999999999999998}]},{"osd":7,"last update":"Fri Feb 9 20:11:10 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.63400000000000001}]}]},{"osd":1,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.48799999999999999}]},{"osd":2,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.53200000000000003}]},{"osd":3,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.32800000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.40600000000000003}]},{"osd":5,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.437}]},{"osd":6,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.55600000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:11:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.505},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.52200000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.627},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.60099999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.57099999999999995}]},{"osd":2,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.61499999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.503}]},{"osd":5,"last update":"Fri Feb 9 20:11:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.55500000000000005}]},{"osd":6,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.68400000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:11:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.70799999999999996}]}]},{"osd":3,"up_from":29,"seq":124554051605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.41399999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.439},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46800000000000003}]},{"osd":4,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.38200000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.378}]},{"osd":6,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.42599999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.371},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.46000000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.50600000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.71299999999999997}]},{"osd":2,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54900000000000004}]},{"osd":3,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.67600000000000005}]},{"osd":4,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.74199999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.75900000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-09T20:11:26.080 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:11:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:24.400738+0000 mgr.smithi049.rvwqxz (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:26.362 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:26.874 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:25.235094+0000 mgr.smithi049.rvwqxz (mgr.14180) 163 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:25.235094+0000 mgr.smithi049.rvwqxz (mgr.14180) 163 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:27.887 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:26.401263+0000 mgr.smithi049.rvwqxz (mgr.14180) 164 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:26.401263+0000 mgr.smithi049.rvwqxz (mgr.14180) 164 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:28.283 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:11:28.284 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-02-09T20:11:29.091 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2024-02-09T20:11:26.400972+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1246977,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-09T20:10:10.039103+0000","last_change":"2024-02-09T20:10:10.039103+0000","last_active":"2024-02-09T20:10:10.039103+0000","last_peered":"2024-02-09T20:10:10.039103+0000","last_clean":"2024-02-09T20:10:10.039103+0000","last_became_active":"2024-02-09T20:10:10.038793+0000","last_became_peered":"2024-02-09T20:10:10.038793+0000","last_unstale":"2024-02-09T20:10:10.039103+0000","last_undegraded":"2024-02-09T20:10:10.039103+0000","last_fullsized":"2024-02-09T20:10:10.039103+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:09:47.193228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:09:47.193228+0000","last_clean_scrub_stamp":"2024-02-09T20:09:47.193228+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757267,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155778,"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":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.47999999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.441},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.35299999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.54100000000000004}]},{"osd":3,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.497}]},{"osd":4,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.51100000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.52400000000000002}]},{"osd":6,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.60499999999999998}]}]},{"osd":5,"up_from":34,"seq":146028888084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":0.41199999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.186,"5min":0.186,"15min":0.186},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.33300000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.435},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.45300000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.441}]},{"osd":4,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.505}]},{"osd":6,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.49399999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.47199999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.28699999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:10:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.42999999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.51600000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.379}]},{"osd":5,"last update":"Fri Feb 9 20:11:03 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.45900000000000002}]},{"osd":6,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.505},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53400000000000003}]},{"osd":7,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.498}]}]},{"osd":0,"up_from":16,"seq":68719476761,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154641,"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":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.496},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.51900000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.56399999999999995}]},{"osd":3,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.60699999999999998}]},{"osd":4,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.626}]},{"osd":5,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.66600000000000004}]},{"osd":6,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.78900000000000003}]},{"osd":7,"last update":"Fri Feb 9 20:11:10 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.68999999999999995}]}]},{"osd":1,"up_from":22,"seq":94489280535,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.42499999999999999}]},{"osd":2,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.51500000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.311}]},{"osd":4,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.503}]},{"osd":5,"last update":"Fri Feb 9 20:11:02 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.39000000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.55200000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:11:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46999999999999997}]}]},{"osd":4,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.433}]},{"osd":1,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.51700000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.46400000000000002}]},{"osd":3,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.48399999999999999}]},{"osd":5,"last update":"Fri Feb 9 20:11:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.53600000000000003}]},{"osd":6,"last update":"Fri Feb 9 20:10:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.56899999999999995}]},{"osd":7,"last update":"Fri Feb 9 20:11:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.63200000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.41399999999999998}]},{"osd":1,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.439},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46800000000000003}]},{"osd":4,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.38200000000000001}]},{"osd":5,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.378}]},{"osd":6,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.42599999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:09 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.371},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.46000000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"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":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.50600000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.71299999999999997}]},{"osd":2,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54900000000000004}]},{"osd":3,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.67600000000000005}]},{"osd":4,"last update":"Fri Feb 9 20:10:58 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.74199999999999999}]},{"osd":7,"last update":"Fri Feb 9 20:11:12 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.75900000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-09T20:11:29.093 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-09T20:11:29.093 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-09T20:11:29.093 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-09T20:11:29.093 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-09T20:11:29.375 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/mon.smithi049/config 2024-02-09T20:11:29.848 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:28.279063+0000 mgr.smithi049.rvwqxz (mgr.14180) 165 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:29.848 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:28.401886+0000 mgr.smithi049.rvwqxz (mgr.14180) 166 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:28.279063+0000 mgr.smithi049.rvwqxz (mgr.14180) 165 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:28.401886+0000 mgr.smithi049.rvwqxz (mgr.14180) 166 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:31.486 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:11:32.115 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:30.402331+0000 mgr.smithi049.rvwqxz (mgr.14180) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:32.115 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:31.484592+0000 mon.smithi049 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.49:0/2867576103' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:11:32.135 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-09T20:11:32.136 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-09T20:11:32.136 INFO:tasks.cephadm:Setup complete, yielding 2024-02-09T20:11:32.136 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:32.146 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:11:32.146 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-09T20:11:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:30.402331+0000 mgr.smithi049.rvwqxz (mgr.14180) 167 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:31.484592+0000 mon.smithi049 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.49:0/2867576103' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:11:34.198 INFO:teuthology.orchestra.run.smithi049.stdout:Backend: cephadm 2024-02-09T20:11:34.198 INFO:teuthology.orchestra.run.smithi049.stdout:Available: Yes 2024-02-09T20:11:34.198 INFO:teuthology.orchestra.run.smithi049.stdout:Paused: No 2024-02-09T20:11:34.220 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:32.402592+0000 mgr.smithi049.rvwqxz (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:32.402592+0000 mgr.smithi049.rvwqxz (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:34.954 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:34.714250+0000 mon.smithi049 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:34.975 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-09T20:11:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:34.714250+0000 mon.smithi049 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:36.146 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:34.196096+0000 mgr.smithi049.rvwqxz (mgr.14180) 169 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:36.146 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:34.402971+0000 mgr.smithi049.rvwqxz (mgr.14180) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:36.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:34.196096+0000 mgr.smithi049.rvwqxz (mgr.14180) 169 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:36.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:34.402971+0000 mgr.smithi049.rvwqxz (mgr.14180) 170 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:37.656 INFO:teuthology.orchestra.run.smithi049.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-09T20:11:37.656 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager.smithi049 smithi049 *:9093,9094 running (2m) 82s ago 4m 21.3M - 0.23.0 ba2b418f427c 9e2f3bfae546 2024-02-09T20:11:37.656 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi049 smithi049 running (4m) 82s ago 4m 6635k - 16.2.14-530-g5db25abe b2573f70982b 7773b1a38912 2024-02-09T20:11:37.656 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi080 smithi080 running (3m) 0s ago 3m 6639k - 16.2.14-530-g5db25abe b2573f70982b 2185229448aa 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:grafana.smithi049 smithi049 *:3000 running (2m) 82s ago 4m 46.2M - 8.3.5 dad864ee21e9 404c2c4b0334 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi049.rvwqxz smithi049 *:9283 running (5m) 82s ago 5m 429M - 16.2.14-530-g5db25abe b2573f70982b 10fcafd707e1 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi080.vjtypi smithi080 *:8443,9283 running (3m) 0s ago 3m 387M - 16.2.14-530-g5db25abe b2573f70982b 92538bf2152b 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi049 smithi049 running (5m) 82s ago 5m 54.2M 2048M 16.2.14-530-g5db25abe b2573f70982b e51e87c3459f 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi080 smithi080 running (3m) 0s ago 3m 54.2M 2048M 16.2.14-530-g5db25abe b2573f70982b ddfae243b2fb 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi049 smithi049 *:9100 running (4m) 82s ago 4m 22.8M - 1.3.1 1dbe0e931976 dbe3e275680a 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi080 smithi080 *:9100 running (3m) 0s ago 3m 20.0M - 1.3.1 1dbe0e931976 6f955f22c7b9 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.0 smithi080 running (2m) 0s ago 2m 35.0M 3992M 16.2.14-530-g5db25abe b2573f70982b a7c3497fd3ab 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.1 smithi049 running (117s) 82s ago 116s 28.4M 3224M 16.2.14-530-g5db25abe b2573f70982b 156eaf585bb2 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.2 smithi080 running (119s) 0s ago 119s 34.5M 3992M 16.2.14-530-g5db25abe b2573f70982b e68fcc75e871 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.3 smithi049 running (110s) 82s ago 109s 29.7M 3224M 16.2.14-530-g5db25abe b2573f70982b aa7f35cd48d1 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.4 smithi080 running (114s) 0s ago 114s 29.6M 3992M 16.2.14-530-g5db25abe b2573f70982b 0ba1ca51a687 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.5 smithi049 running (102s) 82s ago 101s 27.0M 3224M 16.2.14-530-g5db25abe b2573f70982b 78ecbc69743c 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.6 smithi080 running (109s) 0s ago 109s 31.6M 3992M 16.2.14-530-g5db25abe b2573f70982b cb1a66205164 2024-02-09T20:11:37.657 INFO:teuthology.orchestra.run.smithi049.stdout:osd.7 smithi049 running (95s) 82s ago 94s 27.1M 3224M 16.2.14-530-g5db25abe b2573f70982b d73e7e758e04 2024-02-09T20:11:37.658 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus.smithi049 smithi049 *:9095 running (2m) 82s ago 3m 45.7M - 2.33.4 514e6a882f6e c8172599f785 2024-02-09T20:11:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:36.403420+0000 mgr.smithi049.rvwqxz (mgr.14180) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:36.684499+0000 mon.smithi049 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:38.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:36.403420+0000 mgr.smithi049.rvwqxz (mgr.14180) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:38.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:36.684499+0000 mon.smithi049 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:38.845 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-09T20:11:38.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:37.646519+0000 mgr.smithi049.rvwqxz (mgr.14180) 172 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:39.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:37.646519+0000 mgr.smithi049.rvwqxz (mgr.14180) 172 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:38.403779+0000 mgr.smithi049.rvwqxz (mgr.14180) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:38.403779+0000 mgr.smithi049.rvwqxz (mgr.14180) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:41.375 INFO:teuthology.orchestra.run.smithi049.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager ?:9093,9094 1/1 85s ago 5m count:1 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:crash 2/2 85s ago 5m * 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:grafana ?:3000 1/1 85s ago 5m count:1 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:mgr 2/2 85s ago 5m count:2 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:mon 2/2 85s ago 3m smithi049:172.21.15.49=smithi049;smithi080:172.21.15.80=smithi080;count:2 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter ?:9100 2/2 85s ago 5m * 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:osd.all-available-devices 8 85s ago 3m * 2024-02-09T20:11:41.376 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus ?:9095 1/1 85s ago 5m count:1 2024-02-09T20:11:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:40.404250+0000 mgr.smithi049.rvwqxz (mgr.14180) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:40.404250+0000 mgr.smithi049.rvwqxz (mgr.14180) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:42.609 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-09T20:11:42.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:41.369078+0000 mgr.smithi049.rvwqxz (mgr.14180) 175 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:43.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:41.369078+0000 mgr.smithi049.rvwqxz (mgr.14180) 175 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:42.404706+0000 mgr.smithi049.rvwqxz (mgr.14180) 176 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:42.404706+0000 mgr.smithi049.rvwqxz (mgr.14180) 176 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:45.105 INFO:teuthology.orchestra.run.smithi049.stdout:HOST ADDR LABELS STATUS 2024-02-09T20:11:45.105 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 172.21.15.49 2024-02-09T20:11:45.105 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 172.21.15.80 2024-02-09T20:11:45.105 INFO:teuthology.orchestra.run.smithi049.stdout:2 hosts in cluster 2024-02-09T20:11:45.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:44.405051+0000 mgr.smithi049.rvwqxz (mgr.14180) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:44.972902+0000 mon.smithi049 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:45.264340+0000 mon.smithi049 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:45.265005+0000 mon.smithi049 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:45.269088+0000 mon.smithi049 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:45.272639+0000 mon.smithi049 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:45.800 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:44.405051+0000 mgr.smithi049.rvwqxz (mgr.14180) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:44.972902+0000 mon.smithi049 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:45.264340+0000 mon.smithi049 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:45.265005+0000 mon.smithi049 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:45.269088+0000 mon.smithi049 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:45.272639+0000 mon.smithi049 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:46.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:45.102835+0000 mgr.smithi049.rvwqxz (mgr.14180) 178 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:47.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:45.102835+0000 mgr.smithi049.rvwqxz (mgr.14180) 178 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:46.405340+0000 mgr.smithi049.rvwqxz (mgr.14180) 179 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:48.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:46.405340+0000 mgr.smithi049.rvwqxz (mgr.14180) 179 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500D2480DGN 447G 88s ago Has a FileSystem, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme1n1 ssd Linux_f15a2fc4785ecd88fce7 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme2n1 ssd Linux_6ff52ce037b8f77adc2d 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme3n1 ssd Linux_bfa63f0cc4d558a0a9aa 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme4n1 ssd Linux_3d0a8343a6579a5e8281 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 93s ago Has a FileSystem, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme1n1 ssd Linux_9543741413db19065e85 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme2n1 ssd Linux_4c903836794434534969 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme3n1 ssd Linux_8a4fea9603d57dd13f32 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.107 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme4n1 ssd Linux_79607f5dfb8ece3926ff 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:48.841 INFO:teuthology.run_tasks:Running task vip... 2024-02-09T20:11:48.850 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-09T20:11:48.850 INFO:tasks.vip:peername 172.21.15.49 2024-02-09T20:11:48.853 INFO:tasks.vip:172.21.15.49 in 172.21.0.0/20, pos 3888 2024-02-09T20:11:48.858 INFO:tasks.vip:smithi049.front.sepia.ceph.com static 10.0.15.49, vnet 10.0.0.0/16 2024-02-09T20:11:48.859 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-09T20:11:48.859 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip route ls 2024-02-09T20:11:48.891 INFO:teuthology.orchestra.run.smithi049.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.49 metric 100 2024-02-09T20:11:48.892 INFO:teuthology.orchestra.run.smithi049.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 metric 100 2024-02-09T20:11:48.893 INFO:tasks.vip:Configuring 10.0.15.49 on smithi049.front.sepia.ceph.com iface ens1f0... 2024-02-09T20:11:48.893 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr add 10.0.15.49/16 dev ens1f0 2024-02-09T20:11:48.963 INFO:tasks.vip:peername 172.21.15.80 2024-02-09T20:11:48.966 INFO:tasks.vip:172.21.15.80 in 172.21.0.0/20, pos 3919 2024-02-09T20:11:48.970 INFO:tasks.vip:smithi080.front.sepia.ceph.com static 10.0.15.80, vnet 10.0.0.0/16 2024-02-09T20:11:48.970 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip route ls 2024-02-09T20:11:49.009 INFO:teuthology.orchestra.run.smithi080.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.80 metric 100 2024-02-09T20:11:49.009 INFO:teuthology.orchestra.run.smithi080.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2024-02-09T20:11:49.010 INFO:tasks.vip:Configuring 10.0.15.80 on smithi080.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:11:49.010 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr add 10.0.15.80/16 dev enp3s0f1 2024-02-09T20:11:49.085 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:49.094 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:11:49.094 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-09T20:11:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:48.103682+0000 mgr.smithi049.rvwqxz (mgr.14180) 180 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:48.405924+0000 mgr.smithi049.rvwqxz (mgr.14180) 181 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:50.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:48.103682+0000 mgr.smithi049.rvwqxz (mgr.14180) 180 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:50.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:48.405924+0000 mgr.smithi049.rvwqxz (mgr.14180) 181 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:51.152 INFO:teuthology.orchestra.run.smithi049.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:11:51.152 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500D2480DGN 447G 91s ago Has a FileSystem, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme1n1 ssd Linux_f15a2fc4785ecd88fce7 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme2n1 ssd Linux_6ff52ce037b8f77adc2d 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme3n1 ssd Linux_bfa63f0cc4d558a0a9aa 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme4n1 ssd Linux_3d0a8343a6579a5e8281 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 96s ago Has a FileSystem, LVM detected 2024-02-09T20:11:51.153 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme1n1 ssd Linux_9543741413db19065e85 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.154 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme2n1 ssd Linux_4c903836794434534969 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.154 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme3n1 ssd Linux_8a4fea9603d57dd13f32 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.154 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 /dev/nvme4n1 ssd Linux_79607f5dfb8ece3926ff 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:51.824 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:50.406370+0000 mgr.smithi049.rvwqxz (mgr.14180) 182 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:51.824 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:51.188159+0000 mon.smithi049 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:51.848 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-09T20:11:51.858 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:11:51.858 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:11:51.890 INFO:teuthology.orchestra.run.smithi049.stderr:+ systemctl stop nfs-server 2024-02-09T20:11:51.899 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi080.front.sepia.ceph.com 2024-02-09T20:11:51.899 DEBUG:teuthology.orchestra.run.smithi080:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:11:51.927 INFO:teuthology.orchestra.run.smithi080.stderr:+ systemctl stop nfs-server 2024-02-09T20:11:51.933 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:51.943 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:11:51.943 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-09T20:11:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:50.406370+0000 mgr.smithi049.rvwqxz (mgr.14180) 182 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:51.188159+0000 mon.smithi049 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:52.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:51.148471+0000 mgr.smithi049.rvwqxz (mgr.14180) 183 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:53.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:51.148471+0000 mgr.smithi049.rvwqxz (mgr.14180) 183 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:52.406835+0000 mgr.smithi049.rvwqxz (mgr.14180) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:53.103998+0000 mon.smithi049 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:53.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:52.406835+0000 mgr.smithi049.rvwqxz (mgr.14180) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:53.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:53.103998+0000 mon.smithi049 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:54.407203+0000 mgr.smithi049.rvwqxz (mgr.14180) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:55.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:54.798571+0000 mgr.smithi049.rvwqxz (mgr.14180) 186 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:55.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:54.799046+0000 mon.smithi049 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-09T20:11:56.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:54.407203+0000 mgr.smithi049.rvwqxz (mgr.14180) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:56.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:54.798571+0000 mgr.smithi049.rvwqxz (mgr.14180) 186 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:56.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:54.799046+0000 mon.smithi049 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-09T20:11:56.938 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:55.725497+0000 mon.smithi049 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-09T20:11:56.938 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:55.725535+0000 mon.smithi049 (mon.0) 612 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:11:56.938 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:55.726408+0000 mon.smithi049 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:56.938 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:11:56.731+0000 7f95c1ed2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:55.725497+0000 mon.smithi049 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-09T20:11:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:55.725535+0000 mon.smithi049 (mon.0) 612 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:11:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:55.726408+0000 mon.smithi049 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:57.626 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-09T20:11:57.637 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.49/16' 2024-02-09T20:11:57.637 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch apply -i - 2024-02-09T20:11:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.407556+0000 mgr.smithi049.rvwqxz (mgr.14180) 187 : cluster [DBG] pgmap v161: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:56.731115+0000 mon.smithi049 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.731262+0000 mon.smithi049 (mon.0) 615 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:11:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:56.732360+0000 mon.smithi049 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.733018+0000 mon.smithi049 (mon.0) 617 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.733056+0000 mon.smithi049 (mon.0) 618 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:56.739709+0000 mon.smithi049 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.754377+0000 mon.smithi049 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:56.754484+0000 mon.smithi049 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:56.754555+0000 mon.smithi049 (mon.0) 622 : cluster [DBG] fsmap foofs:0 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:11:56.756821+0000 mgr.smithi049.rvwqxz (mgr.14180) 188 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-09T20:11:57.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:56.760065+0000 mon.smithi049 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.407556+0000 mgr.smithi049.rvwqxz (mgr.14180) 187 : cluster [DBG] pgmap v161: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:56.731115+0000 mon.smithi049 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.731262+0000 mon.smithi049 (mon.0) 615 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:56.732360+0000 mon.smithi049 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.733018+0000 mon.smithi049 (mon.0) 617 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.733056+0000 mon.smithi049 (mon.0) 618 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:56.739709+0000 mon.smithi049 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.754377+0000 mon.smithi049 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:56.754484+0000 mon.smithi049 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:56.754555+0000 mon.smithi049 (mon.0) 622 : cluster [DBG] fsmap foofs:0 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:11:56.756821+0000 mgr.smithi049.rvwqxz (mgr.14180) 188 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-09T20:11:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:56.760065+0000 mon.smithi049 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:58.755 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:57.753615+0000 mon.smithi049 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:11:58.755 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:58.364907+0000 mon.smithi049 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:57.753615+0000 mon.smithi049 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:11:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:58.364907+0000 mon.smithi049 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:11:59.965 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled nfs.foo update... 2024-02-09T20:11:59.965 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled ingress.nfs.foo update... 2024-02-09T20:11:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:58.407849+0000 mgr.smithi049.rvwqxz (mgr.14180) 189 : cluster [DBG] pgmap v165: 65 pgs: 7 creating+peering, 6 active+clean, 52 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:11:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:11:58.759023+0000 mon.smithi049 (mon.0) 626 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:11:59.995 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:58.407849+0000 mgr.smithi049.rvwqxz (mgr.14180) 189 : cluster [DBG] pgmap v165: 65 pgs: 7 creating+peering, 6 active+clean, 52 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:59.995 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:11:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:11:58.759023+0000 mon.smithi049 (mon.0) 626 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:59.952687+0000 mgr.smithi049.rvwqxz (mgr.14180) 190 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:11:59.955828+0000 mgr.smithi049.rvwqxz (mgr.14180) 191 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:59.959082+0000 mon.smithi049 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:11:59.959482+0000 mgr.smithi049.rvwqxz (mgr.14180) 192 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:11:59.963509+0000 mon.smithi049 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:01.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:00.408255+0000 mgr.smithi049.rvwqxz (mgr.14180) 193 : cluster [DBG] pgmap v167: 65 pgs: 7 creating+peering, 56 active+clean, 2 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:59.952687+0000 mgr.smithi049.rvwqxz (mgr.14180) 190 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:11:59.955828+0000 mgr.smithi049.rvwqxz (mgr.14180) 191 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:59.959082+0000 mon.smithi049 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:11:59.959482+0000 mgr.smithi049.rvwqxz (mgr.14180) 192 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:11:59.963509+0000 mon.smithi049 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:00.408255+0000 mgr.smithi049.rvwqxz (mgr.14180) 193 : cluster [DBG] pgmap v167: 65 pgs: 7 creating+peering, 56 active+clean, 2 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:01.653 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:12:01.663 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-09T20:12:01.663 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:03.688 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:02.408760+0000 mgr.smithi049.rvwqxz (mgr.14180) 194 : cluster [DBG] pgmap v168: 65 pgs: 6 creating+peering, 59 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:02.408760+0000 mgr.smithi049.rvwqxz (mgr.14180) 194 : cluster [DBG] pgmap v168: 65 pgs: 6 creating+peering, 59 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:04.115 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:04.115 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:04.775 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:05.776 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:05.799 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:04.109510+0000 mgr.smithi049.rvwqxz (mgr.14180) 195 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:04.409203+0000 mgr.smithi049.rvwqxz (mgr.14180) 196 : cluster [DBG] pgmap v169: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:04.510319+0000 mon.smithi049 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.320176+0000 mon.smithi049 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.320964+0000 mon.smithi049 (mon.0) 631 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.321586+0000 mon.smithi049 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.324923+0000 mon.smithi049 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.339766+0000 mon.smithi049 (mon.0) 634 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.346558+0000 mon.smithi049 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.347226+0000 mon.smithi049 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.aulhxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.349610+0000 mon.smithi049 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.aulhxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:12:05.800 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:05.350136+0000 mon.smithi049 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:05.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:04.109510+0000 mgr.smithi049.rvwqxz (mgr.14180) 195 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:05.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:04.409203+0000 mgr.smithi049.rvwqxz (mgr.14180) 196 : cluster [DBG] pgmap v169: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:04.510319+0000 mon.smithi049 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.320176+0000 mon.smithi049 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.320964+0000 mon.smithi049 (mon.0) 631 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.321586+0000 mon.smithi049 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.324923+0000 mon.smithi049 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.339766+0000 mon.smithi049 (mon.0) 634 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.346558+0000 mon.smithi049 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.347226+0000 mon.smithi049 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.aulhxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.349610+0000 mon.smithi049 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi080.aulhxr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:12:05.807 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:05.350136+0000 mon.smithi049 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:06.685 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:05.350615+0000 mgr.smithi049.rvwqxz (mgr.14180) 197 : cephadm [INF] Deploying daemon mds.foofs.smithi080.aulhxr on smithi080 2024-02-09T20:12:06.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:05.350615+0000 mgr.smithi049.rvwqxz (mgr.14180) 197 : cephadm [INF] Deploying daemon mds.foofs.smithi080.aulhxr on smithi080 2024-02-09T20:12:07.612 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:06.409759+0000 mgr.smithi049.rvwqxz (mgr.14180) 198 : cluster [DBG] pgmap v170: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:06.409759+0000 mgr.smithi049.rvwqxz (mgr.14180) 198 : cluster [DBG] pgmap v170: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:08.089 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:08.089 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520376+0000 mon.smithi049 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.80:6832/814678487,v1:172.21.15.80:6833/814678487] up:boot 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520416+0000 mon.smithi049 (mon.0) 640 : cluster [INF] daemon mds.foofs.smithi080.aulhxr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520464+0000 mon.smithi049 (mon.0) 641 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520479+0000 mon.smithi049 (mon.0) 642 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520490+0000 mon.smithi049 (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-02-09T20:12:08.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.520613+0000 mon.smithi049 (mon.0) 644 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:07.520704+0000 mon.smithi049 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi080.aulhxr"}]: dispatch 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.525442+0000 mon.smithi049 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:creating} 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:07.536039+0000 mon.smithi049 (mon.0) 647 : cluster [INF] daemon mds.foofs.smithi080.aulhxr is now active in filesystem foofs as rank 0 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:07.627014+0000 mon.smithi049 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:07.628137+0000 mon.smithi049 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.wqwzhy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:07.630626+0000 mon.smithi049 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.wqwzhy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:07.631237+0000 mon.smithi049 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:08.753 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:07.631751+0000 mgr.smithi049.rvwqxz (mgr.14180) 199 : cephadm [INF] Deploying daemon mds.foofs.smithi049.wqwzhy on smithi049 2024-02-09T20:12:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520376+0000 mon.smithi049 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.80:6832/814678487,v1:172.21.15.80:6833/814678487] up:boot 2024-02-09T20:12:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520416+0000 mon.smithi049 (mon.0) 640 : cluster [INF] daemon mds.foofs.smithi080.aulhxr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-09T20:12:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520464+0000 mon.smithi049 (mon.0) 641 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-09T20:12:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520479+0000 mon.smithi049 (mon.0) 642 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520490+0000 mon.smithi049 (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.520613+0000 mon.smithi049 (mon.0) 644 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:07.520704+0000 mon.smithi049 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi080.aulhxr"}]: dispatch 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.525442+0000 mon.smithi049 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:creating} 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:07.536039+0000 mon.smithi049 (mon.0) 647 : cluster [INF] daemon mds.foofs.smithi080.aulhxr is now active in filesystem foofs as rank 0 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:07.627014+0000 mon.smithi049 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:07.628137+0000 mon.smithi049 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.wqwzhy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:07.630626+0000 mon.smithi049 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.wqwzhy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:07.631237+0000 mon.smithi049 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:08.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:07.631751+0000 mgr.smithi049.rvwqxz (mgr.14180) 199 : cephadm [INF] Deploying daemon mds.foofs.smithi049.wqwzhy on smithi049 2024-02-09T20:12:09.611 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:08.083928+0000 mgr.smithi049.rvwqxz (mgr.14180) 200 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:08.410169+0000 mgr.smithi049.rvwqxz (mgr.14180) 201 : cluster [DBG] pgmap v171: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:08.526520+0000 mon.smithi049 (mon.0) 652 : cluster [DBG] mds.? [v2:172.21.15.80:6832/814678487,v1:172.21.15.80:6833/814678487] up:active 2024-02-09T20:12:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:08.526563+0000 mon.smithi049 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 2024-02-09T20:12:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:08.083928+0000 mgr.smithi049.rvwqxz (mgr.14180) 200 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:08.410169+0000 mgr.smithi049.rvwqxz (mgr.14180) 201 : cluster [DBG] pgmap v171: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:08.526520+0000 mon.smithi049 (mon.0) 652 : cluster [DBG] mds.? [v2:172.21.15.80:6832/814678487,v1:172.21.15.80:6833/814678487] up:active 2024-02-09T20:12:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:08.526563+0000 mon.smithi049 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 2024-02-09T20:12:10.612 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:11.357 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:10.196862+0000 mon.smithi049 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:10.200654+0000 mon.smithi049 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:10.216904+0000 mon.smithi049 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:10.410574+0000 mgr.smithi049.rvwqxz (mgr.14180) 202 : cluster [DBG] pgmap v172: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:10.653341+0000 mon.smithi049 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.49:6834/4259331053,v1:172.21.15.49:6835/4259331053] up:boot 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:10.653560+0000 mon.smithi049 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 1 up:standby 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:10.653652+0000 mon.smithi049 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi049.wqwzhy"}]: dispatch 2024-02-09T20:12:11.358 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:10.656594+0000 mon.smithi049 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 1 up:standby 2024-02-09T20:12:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:10.196862+0000 mon.smithi049 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:10.200654+0000 mon.smithi049 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:10.216904+0000 mon.smithi049 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:12:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:10.410574+0000 mgr.smithi049.rvwqxz (mgr.14180) 202 : cluster [DBG] pgmap v172: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:12:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:10.653341+0000 mon.smithi049 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.49:6834/4259331053,v1:172.21.15.49:6835/4259331053] up:boot 2024-02-09T20:12:11.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:10.653560+0000 mon.smithi049 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 1 up:standby 2024-02-09T20:12:11.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:10.653652+0000 mon.smithi049 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi049.wqwzhy"}]: dispatch 2024-02-09T20:12:11.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:10.656594+0000 mon.smithi049 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi080.aulhxr=up:active} 1 up:standby 2024-02-09T20:12:12.400 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:11.206259+0000 mon.smithi049 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:12:12.400 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:11.206322+0000 mon.smithi049 (mon.0) 662 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:12:12.400 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:11.207470+0000 mon.smithi049 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:12:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:11.206259+0000 mon.smithi049 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:12:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:11.206322+0000 mon.smithi049 (mon.0) 662 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:12:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:11.207470+0000 mon.smithi049 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:12:12.864 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:12.864 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.208149+0000 mon.smithi049 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:12:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:12.208329+0000 mon.smithi049 (mon.0) 665 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:12.210087+0000 mgr.smithi049.rvwqxz (mgr.14180) 203 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi049.hrpchs 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.213874+0000 mon.smithi049 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.222500+0000 mon.smithi049 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:12.223624+0000 mgr.smithi049.rvwqxz (mgr.14180) 204 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.223891+0000 mon.smithi049 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.230622+0000 mon.smithi049 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.231810+0000 mon.smithi049 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.270133+0000 mon.smithi049 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.273687+0000 mon.smithi049 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:12.317884+0000 mgr.smithi049.rvwqxz (mgr.14180) 205 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:12.359863+0000 mgr.smithi049.rvwqxz (mgr.14180) 206 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi049.hrpchs-rgw 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.360279+0000 mon.smithi049 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.363560+0000 mon.smithi049 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.367057+0000 mon.smithi049 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:13.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:12.367843+0000 mgr.smithi049.rvwqxz (mgr.14180) 207 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi049.hrpchs on smithi049 2024-02-09T20:12:13.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:12.410961+0000 mgr.smithi049.rvwqxz (mgr.14180) 208 : cluster [DBG] pgmap v175: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-09T20:12:13.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:12.857491+0000 mgr.smithi049.rvwqxz (mgr.14180) 209 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:13.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.208149+0000 mon.smithi049 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:12:13.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:12.208329+0000 mon.smithi049 (mon.0) 665 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:12.210087+0000 mgr.smithi049.rvwqxz (mgr.14180) 203 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi049.hrpchs 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.213874+0000 mon.smithi049 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.222500+0000 mon.smithi049 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:12.223624+0000 mgr.smithi049.rvwqxz (mgr.14180) 204 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.223891+0000 mon.smithi049 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.230622+0000 mon.smithi049 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.231810+0000 mon.smithi049 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.270133+0000 mon.smithi049 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.273687+0000 mon.smithi049 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:12.317884+0000 mgr.smithi049.rvwqxz (mgr.14180) 205 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:12.359863+0000 mgr.smithi049.rvwqxz (mgr.14180) 206 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi049.hrpchs-rgw 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.360279+0000 mon.smithi049 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.363560+0000 mon.smithi049 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.hrpchs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:12:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.367057+0000 mon.smithi049 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:13.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:12.367843+0000 mgr.smithi049.rvwqxz (mgr.14180) 207 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi049.hrpchs on smithi049 2024-02-09T20:12:13.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:12.410961+0000 mgr.smithi049.rvwqxz (mgr.14180) 208 : cluster [DBG] pgmap v175: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-09T20:12:13.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:12.857491+0000 mgr.smithi049.rvwqxz (mgr.14180) 209 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:14.397 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:14.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:13.214221+0000 mon.smithi049 (mon.0) 676 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:12:14.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:13.214221+0000 mon.smithi049 (mon.0) 676 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:12:15.399 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:14.411345+0000 mgr.smithi049.rvwqxz (mgr.14180) 210 : cluster [DBG] pgmap v177: 97 pgs: 4 creating+peering, 15 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 0 op/s 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:14.745631+0000 mon.smithi049 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.069973+0000 mon.smithi049 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.071205+0000 mon.smithi049 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.073749+0000 mon.smithi049 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.074397+0000 mon.smithi049 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.076837+0000 mon.smithi049 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:12:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:15.077775+0000 mon.smithi049 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:14.411345+0000 mgr.smithi049.rvwqxz (mgr.14180) 210 : cluster [DBG] pgmap v177: 97 pgs: 4 creating+peering, 15 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 0 op/s 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:14.745631+0000 mon.smithi049 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.069973+0000 mon.smithi049 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.071205+0000 mon.smithi049 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.073749+0000 mon.smithi049 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.074397+0000 mon.smithi049 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.076837+0000 mon.smithi049 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:12:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:15.077775+0000 mon.smithi049 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:16.856 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:15.070996+0000 mgr.smithi049.rvwqxz (mgr.14180) 211 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi080.eoekxz 2024-02-09T20:12:16.856 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:15.074189+0000 mgr.smithi049.rvwqxz (mgr.14180) 212 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-09T20:12:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:15.070996+0000 mgr.smithi049.rvwqxz (mgr.14180) 211 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi080.eoekxz 2024-02-09T20:12:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:15.074189+0000 mgr.smithi049.rvwqxz (mgr.14180) 212 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-09T20:12:17.516 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:17.516 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:17.969 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:16.412148+0000 mgr.smithi049.rvwqxz (mgr.14180) 213 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-09T20:12:18.075 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:16.412148+0000 mgr.smithi049.rvwqxz (mgr.14180) 213 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-09T20:12:18.805 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:17.507599+0000 mgr.smithi049.rvwqxz (mgr.14180) 214 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:18.805 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:17.971000+0000 mon.smithi049 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:12:18.805 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:17.974698+0000 mon.smithi049 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:12:18.805 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:18.023398+0000 mon.smithi049 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:12:18.805 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:18.026745+0000 mon.smithi049 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:12:18.806 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:18.027841+0000 mon.smithi049 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:19.076 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:17.507599+0000 mgr.smithi049.rvwqxz (mgr.14180) 214 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:17.971000+0000 mon.smithi049 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:17.974698+0000 mon.smithi049 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:18.023398+0000 mon.smithi049 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:18.026745+0000 mon.smithi049 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi080.eoekxz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:12:19.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:18.027841+0000 mon.smithi049 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:12:19.823 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:18.022972+0000 mgr.smithi049.rvwqxz (mgr.14180) 215 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-09T20:12:19.823 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:18.023080+0000 mgr.smithi049.rvwqxz (mgr.14180) 216 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi080.eoekxz-rgw 2024-02-09T20:12:19.823 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:18.028580+0000 mgr.smithi049.rvwqxz (mgr.14180) 217 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi080.eoekxz on smithi080 2024-02-09T20:12:19.823 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:18.412820+0000 mgr.smithi049.rvwqxz (mgr.14180) 218 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 142 B/s rd, 426 B/s wr, 0 op/s 2024-02-09T20:12:19.823 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:19.511414+0000 mon.smithi049 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:18.022972+0000 mgr.smithi049.rvwqxz (mgr.14180) 215 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-09T20:12:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:18.023080+0000 mgr.smithi049.rvwqxz (mgr.14180) 216 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi080.eoekxz-rgw 2024-02-09T20:12:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:18.028580+0000 mgr.smithi049.rvwqxz (mgr.14180) 217 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi080.eoekxz on smithi080 2024-02-09T20:12:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:18.412820+0000 mgr.smithi049.rvwqxz (mgr.14180) 218 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 142 B/s rd, 426 B/s wr, 0 op/s 2024-02-09T20:12:19.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:19.511414+0000 mon.smithi049 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:21.219 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:21.219 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:21.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:20.413381+0000 mgr.smithi049.rvwqxz (mgr.14180) 219 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-02-09T20:12:21.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:20.418703+0000 mon.smithi049 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:20.424706+0000 mon.smithi049 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:21.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:12:20.432623+0000 mgr.smithi049.rvwqxz (mgr.14180) 220 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.phonkx on smithi080 2024-02-09T20:12:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:20.413381+0000 mgr.smithi049.rvwqxz (mgr.14180) 219 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-02-09T20:12:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:20.418703+0000 mon.smithi049 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:20.424706+0000 mon.smithi049 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:12:20.432623+0000 mgr.smithi049.rvwqxz (mgr.14180) 220 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.phonkx on smithi080 2024-02-09T20:12:22.059 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:22.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:21.213729+0000 mgr.smithi049.rvwqxz (mgr.14180) 221 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:22.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:21.213729+0000 mgr.smithi049.rvwqxz (mgr.14180) 221 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:23.061 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:23.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:22.413910+0000 mgr.smithi049.rvwqxz (mgr.14180) 222 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-09T20:12:23.748 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:22.413910+0000 mgr.smithi049.rvwqxz (mgr.14180) 222 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-09T20:12:25.131 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:25.131 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:25.803 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:24.414517+0000 mgr.smithi049.rvwqxz (mgr.14180) 223 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-09T20:12:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:24.756738+0000 mon.smithi049 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:26.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:24.414517+0000 mgr.smithi049.rvwqxz (mgr.14180) 223 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-09T20:12:26.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:24.756738+0000 mon.smithi049 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:26.804 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:26.839 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:25.126489+0000 mgr.smithi049.rvwqxz (mgr.14180) 224 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:25.126489+0000 mgr.smithi049.rvwqxz (mgr.14180) 224 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:28.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:26.414994+0000 mgr.smithi049.rvwqxz (mgr.14180) 225 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:26.414994+0000 mgr.smithi049.rvwqxz (mgr.14180) 225 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:28.862 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:28.862 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:29.515 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:28.415456+0000 mgr.smithi049.rvwqxz (mgr.14180) 226 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:28.857131+0000 mgr.smithi049.rvwqxz (mgr.14180) 227 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:30.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:28.415456+0000 mgr.smithi049.rvwqxz (mgr.14180) 226 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:30.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:28.857131+0000 mgr.smithi049.rvwqxz (mgr.14180) 227 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:30.517 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:30.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:29.764269+0000 mon.smithi049 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:29.764269+0000 mon.smithi049 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:12:32.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:30.416053+0000 mgr.smithi049.rvwqxz (mgr.14180) 228 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:30.416053+0000 mgr.smithi049.rvwqxz (mgr.14180) 228 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-02-09T20:12:32.698 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:32.698 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:33.319 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:32.416493+0000 mgr.smithi049.rvwqxz (mgr.14180) 229 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-02-09T20:12:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:32.693125+0000 mgr.smithi049.rvwqxz (mgr.14180) 230 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:34.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:32.416493+0000 mgr.smithi049.rvwqxz (mgr.14180) 229 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 767 B/s wr, 2 op/s 2024-02-09T20:12:34.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:32.693125+0000 mgr.smithi049.rvwqxz (mgr.14180) 230 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:34.320 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:35.954 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:34.417076+0000 mgr.smithi049.rvwqxz (mgr.14180) 231 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 682 B/s wr, 2 op/s 2024-02-09T20:12:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:34.417076+0000 mgr.smithi049.rvwqxz (mgr.14180) 231 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 682 B/s wr, 2 op/s 2024-02-09T20:12:36.398 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:36.398 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:37.388 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:36.392670+0000 mgr.smithi049.rvwqxz (mgr.14180) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:36.417548+0000 mgr.smithi049.rvwqxz (mgr.14180) 233 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:38.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:36.392670+0000 mgr.smithi049.rvwqxz (mgr.14180) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:38.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:36.417548+0000 mgr.smithi049.rvwqxz (mgr.14180) 233 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:38.388 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:39.887 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:38.417988+0000 mgr.smithi049.rvwqxz (mgr.14180) 234 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:38.417988+0000 mgr.smithi049.rvwqxz (mgr.14180) 234 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:40.605 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:40.605 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:41.272 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:40.418463+0000 mgr.smithi049.rvwqxz (mgr.14180) 235 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:40.599710+0000 mgr.smithi049.rvwqxz (mgr.14180) 236 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:40.418463+0000 mgr.smithi049.rvwqxz (mgr.14180) 235 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:40.599710+0000 mgr.smithi049.rvwqxz (mgr.14180) 236 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:42.273 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:43.865 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:42.418917+0000 mgr.smithi049.rvwqxz (mgr.14180) 237 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:42.418917+0000 mgr.smithi049.rvwqxz (mgr.14180) 237 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:44.345 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:44.345 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:45.053 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:46.054 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:46.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:44.340687+0000 mgr.smithi049.rvwqxz (mgr.14180) 238 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:46.088 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:44.419384+0000 mgr.smithi049.rvwqxz (mgr.14180) 239 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:12:46.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:44.340687+0000 mgr.smithi049.rvwqxz (mgr.14180) 238 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:46.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:44.419384+0000 mgr.smithi049.rvwqxz (mgr.14180) 239 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:12:48.214 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:48.214 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:48.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:46.420008+0000 mgr.smithi049.rvwqxz (mgr.14180) 240 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:46.420008+0000 mgr.smithi049.rvwqxz (mgr.14180) 240 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:48.923 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:49.924 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:48.209449+0000 mgr.smithi049.rvwqxz (mgr.14180) 241 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:48.420419+0000 mgr.smithi049.rvwqxz (mgr.14180) 242 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:50.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:48.209449+0000 mgr.smithi049.rvwqxz (mgr.14180) 241 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:50.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:48.420419+0000 mgr.smithi049.rvwqxz (mgr.14180) 242 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:50.420897+0000 mgr.smithi049.rvwqxz (mgr.14180) 243 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:52.185 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:52.185 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:50.420897+0000 mgr.smithi049.rvwqxz (mgr.14180) 243 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:52.843 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:53.845 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:52.180295+0000 mgr.smithi049.rvwqxz (mgr.14180) 244 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:52.421249+0000 mgr.smithi049.rvwqxz (mgr.14180) 245 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:54.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:52.180295+0000 mgr.smithi049.rvwqxz (mgr.14180) 244 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:54.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:52.421249+0000 mgr.smithi049.rvwqxz (mgr.14180) 245 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:55.914 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:55.915 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:54.421787+0000 mgr.smithi049.rvwqxz (mgr.14180) 246 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:12:56.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:54.421787+0000 mgr.smithi049.rvwqxz (mgr.14180) 246 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:12:56.577 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:12:57.579 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:55.909127+0000 mgr.smithi049.rvwqxz (mgr.14180) 247 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:56.422244+0000 mgr.smithi049.rvwqxz (mgr.14180) 248 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:55.909127+0000 mgr.smithi049.rvwqxz (mgr.14180) 247 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:56.422244+0000 mgr.smithi049.rvwqxz (mgr.14180) 248 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:59.705 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:12:59.705 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:12:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:12:58.422743+0000 mgr.smithi049.rvwqxz (mgr.14180) 249 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:00.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:12:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:12:58.422743+0000 mgr.smithi049.rvwqxz (mgr.14180) 249 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:00.381 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:12:59.700371+0000 mgr.smithi049.rvwqxz (mgr.14180) 250 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:12:59.700371+0000 mgr.smithi049.rvwqxz (mgr.14180) 250 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:01.381 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:02.109 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:00.423271+0000 mgr.smithi049.rvwqxz (mgr.14180) 251 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:02.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:00.423271+0000 mgr.smithi049.rvwqxz (mgr.14180) 251 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:03.514 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:04.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:02.423618+0000 mgr.smithi049.rvwqxz (mgr.14180) 252 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:04.212 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:04.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:02.423618+0000 mgr.smithi049.rvwqxz (mgr.14180) 252 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:05.213 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:03.508585+0000 mgr.smithi049.rvwqxz (mgr.14180) 253 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:05.246 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:03.508585+0000 mgr.smithi049.rvwqxz (mgr.14180) 253 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:05.965 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:04.424150+0000 mgr.smithi049.rvwqxz (mgr.14180) 254 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:04.424150+0000 mgr.smithi049.rvwqxz (mgr.14180) 254 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:07.375 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:07.375 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:06.424641+0000 mgr.smithi049.rvwqxz (mgr.14180) 255 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:08.061 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:06.424641+0000 mgr.smithi049.rvwqxz (mgr.14180) 255 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:09.062 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:09.097 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:07.370505+0000 mgr.smithi049.rvwqxz (mgr.14180) 256 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:07.370505+0000 mgr.smithi049.rvwqxz (mgr.14180) 256 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:08.425249+0000 mgr.smithi049.rvwqxz (mgr.14180) 257 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:10.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:08.425249+0000 mgr.smithi049.rvwqxz (mgr.14180) 257 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:11.249 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:11.249 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:11.890 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:10.425792+0000 mgr.smithi049.rvwqxz (mgr.14180) 258 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:11.915 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:10.425792+0000 mgr.smithi049.rvwqxz (mgr.14180) 258 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:12.916 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:11.244719+0000 mgr.smithi049.rvwqxz (mgr.14180) 259 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:11.244719+0000 mgr.smithi049.rvwqxz (mgr.14180) 259 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:12.426331+0000 mgr.smithi049.rvwqxz (mgr.14180) 260 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:14.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:12.426331+0000 mgr.smithi049.rvwqxz (mgr.14180) 260 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:14.922 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:14.922 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:15.544 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:14.426925+0000 mgr.smithi049.rvwqxz (mgr.14180) 261 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:16.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:14.426925+0000 mgr.smithi049.rvwqxz (mgr.14180) 261 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:16.545 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:14.916814+0000 mgr.smithi049.rvwqxz (mgr.14180) 262 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:17.250 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:14.916814+0000 mgr.smithi049.rvwqxz (mgr.14180) 262 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:18.037 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:16.427499+0000 mgr.smithi049.rvwqxz (mgr.14180) 263 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:16.427499+0000 mgr.smithi049.rvwqxz (mgr.14180) 263 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:18.717 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:18.717 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:19.355 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:18.427867+0000 mgr.smithi049.rvwqxz (mgr.14180) 264 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:18.712771+0000 mgr.smithi049.rvwqxz (mgr.14180) 265 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:20.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:18.427867+0000 mgr.smithi049.rvwqxz (mgr.14180) 264 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:20.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:18.712771+0000 mgr.smithi049.rvwqxz (mgr.14180) 265 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:20.356 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:21.974 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:20.428406+0000 mgr.smithi049.rvwqxz (mgr.14180) 266 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:20.428406+0000 mgr.smithi049.rvwqxz (mgr.14180) 266 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:22.452 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:22.452 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:23.151 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:24.152 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:24.186 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:22.428834+0000 mgr.smithi049.rvwqxz (mgr.14180) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:24.186 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:22.447369+0000 mgr.smithi049.rvwqxz (mgr.14180) 268 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:22.428834+0000 mgr.smithi049.rvwqxz (mgr.14180) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:22.447369+0000 mgr.smithi049.rvwqxz (mgr.14180) 268 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:26.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:24.429392+0000 mgr.smithi049.rvwqxz (mgr.14180) 269 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:26.136 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:26.136 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:24.429392+0000 mgr.smithi049.rvwqxz (mgr.14180) 269 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:26.891 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:27.895 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:26.130565+0000 mgr.smithi049.rvwqxz (mgr.14180) 270 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:26.429870+0000 mgr.smithi049.rvwqxz (mgr.14180) 271 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:28.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:26.130565+0000 mgr.smithi049.rvwqxz (mgr.14180) 270 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:28.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:26.429870+0000 mgr.smithi049.rvwqxz (mgr.14180) 271 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:28.430264+0000 mgr.smithi049.rvwqxz (mgr.14180) 272 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:28.430264+0000 mgr.smithi049.rvwqxz (mgr.14180) 272 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:30.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:30.129 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:30.797 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:31.799 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:30.124346+0000 mgr.smithi049.rvwqxz (mgr.14180) 273 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:30.430887+0000 mgr.smithi049.rvwqxz (mgr.14180) 274 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:30.124346+0000 mgr.smithi049.rvwqxz (mgr.14180) 273 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:30.430887+0000 mgr.smithi049.rvwqxz (mgr.14180) 274 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:34.033 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:34.033 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:32.431217+0000 mgr.smithi049.rvwqxz (mgr.14180) 275 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:34.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:32.431217+0000 mgr.smithi049.rvwqxz (mgr.14180) 275 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:34.805 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:35.806 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:34.024506+0000 mgr.smithi049.rvwqxz (mgr.14180) 276 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:34.431835+0000 mgr.smithi049.rvwqxz (mgr.14180) 277 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:36.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:34.024506+0000 mgr.smithi049.rvwqxz (mgr.14180) 276 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:36.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:34.431835+0000 mgr.smithi049.rvwqxz (mgr.14180) 277 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:37.992 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:37.992 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:36.432362+0000 mgr.smithi049.rvwqxz (mgr.14180) 278 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:38.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:36.432362+0000 mgr.smithi049.rvwqxz (mgr.14180) 278 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:38.617 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:39.618 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:37.986095+0000 mgr.smithi049.rvwqxz (mgr.14180) 279 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:38.432885+0000 mgr.smithi049.rvwqxz (mgr.14180) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:37.986095+0000 mgr.smithi049.rvwqxz (mgr.14180) 279 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:38.432885+0000 mgr.smithi049.rvwqxz (mgr.14180) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:41.965 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:41.965 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:40.433432+0000 mgr.smithi049.rvwqxz (mgr.14180) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:40.433432+0000 mgr.smithi049.rvwqxz (mgr.14180) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:42.703 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:43.704 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:41.959720+0000 mgr.smithi049.rvwqxz (mgr.14180) 282 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:42.433832+0000 mgr.smithi049.rvwqxz (mgr.14180) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:41.959720+0000 mgr.smithi049.rvwqxz (mgr.14180) 282 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:42.433832+0000 mgr.smithi049.rvwqxz (mgr.14180) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:46.055 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:46.055 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:44.434285+0000 mgr.smithi049.rvwqxz (mgr.14180) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:46.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:44.434285+0000 mgr.smithi049.rvwqxz (mgr.14180) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:46.839 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:47.840 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:46.050393+0000 mgr.smithi049.rvwqxz (mgr.14180) 285 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:46.434988+0000 mgr.smithi049.rvwqxz (mgr.14180) 286 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:46.050393+0000 mgr.smithi049.rvwqxz (mgr.14180) 285 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:46.434988+0000 mgr.smithi049.rvwqxz (mgr.14180) 286 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:48.435377+0000 mgr.smithi049.rvwqxz (mgr.14180) 287 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:50.102 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:50.103 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:50.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:48.435377+0000 mgr.smithi049.rvwqxz (mgr.14180) 287 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:50.800 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:51.801 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:52.223 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:50.097706+0000 mgr.smithi049.rvwqxz (mgr.14180) 288 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:52.223 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:50.435906+0000 mgr.smithi049.rvwqxz (mgr.14180) 289 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:50.097706+0000 mgr.smithi049.rvwqxz (mgr.14180) 288 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:50.435906+0000 mgr.smithi049.rvwqxz (mgr.14180) 289 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:53.868 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:53.868 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:52.436274+0000 mgr.smithi049.rvwqxz (mgr.14180) 290 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:54.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:52.436274+0000 mgr.smithi049.rvwqxz (mgr.14180) 290 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:54.519 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:53.863281+0000 mgr.smithi049.rvwqxz (mgr.14180) 291 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:55.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:53.863281+0000 mgr.smithi049.rvwqxz (mgr.14180) 291 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:55.519 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:54.436770+0000 mgr.smithi049.rvwqxz (mgr.14180) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:54.436770+0000 mgr.smithi049.rvwqxz (mgr.14180) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:13:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:56.437288+0000 mgr.smithi049.rvwqxz (mgr.14180) 293 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:57.247 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:56.437288+0000 mgr.smithi049.rvwqxz (mgr.14180) 293 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:57.687 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:13:57.687 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:13:57.682103+0000 mgr.smithi049.rvwqxz (mgr.14180) 294 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:13:57.682103+0000 mgr.smithi049.rvwqxz (mgr.14180) 294 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:58.436 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:13:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:13:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:13:58.437837+0000 mgr.smithi049.rvwqxz (mgr.14180) 295 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:59.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:13:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:13:58.437837+0000 mgr.smithi049.rvwqxz (mgr.14180) 295 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:59.438 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:01.608 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:01.608 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:01.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:00.438486+0000 mgr.smithi049.rvwqxz (mgr.14180) 296 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:00.438486+0000 mgr.smithi049.rvwqxz (mgr.14180) 296 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:02.273 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:02.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:01.602276+0000 mgr.smithi049.rvwqxz (mgr.14180) 297 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:02.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:01.602276+0000 mgr.smithi049.rvwqxz (mgr.14180) 297 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:03.274 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:03.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:02.438897+0000 mgr.smithi049.rvwqxz (mgr.14180) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:02.438897+0000 mgr.smithi049.rvwqxz (mgr.14180) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:05.424 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:05.424 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:05.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:04.439482+0000 mgr.smithi049.rvwqxz (mgr.14180) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:04.439482+0000 mgr.smithi049.rvwqxz (mgr.14180) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:06.136 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:06.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:05.419521+0000 mgr.smithi049.rvwqxz (mgr.14180) 300 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:07.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:05.419521+0000 mgr.smithi049.rvwqxz (mgr.14180) 300 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:07.137 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:07.858 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:06.439937+0000 mgr.smithi049.rvwqxz (mgr.14180) 301 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:06.439937+0000 mgr.smithi049.rvwqxz (mgr.14180) 301 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:09.233 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:09.233 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:08.440501+0000 mgr.smithi049.rvwqxz (mgr.14180) 302 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:08.440501+0000 mgr.smithi049.rvwqxz (mgr.14180) 302 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:10.062 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:10.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:09.227857+0000 mgr.smithi049.rvwqxz (mgr.14180) 303 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:11.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:09.227857+0000 mgr.smithi049.rvwqxz (mgr.14180) 303 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:11.063 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:11.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:10.441285+0000 mgr.smithi049.rvwqxz (mgr.14180) 304 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:10.441285+0000 mgr.smithi049.rvwqxz (mgr.14180) 304 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:13.300 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:13.301 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:13.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:12.441762+0000 mgr.smithi049.rvwqxz (mgr.14180) 305 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:12.441762+0000 mgr.smithi049.rvwqxz (mgr.14180) 305 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:14.069 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:14.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:13.295693+0000 mgr.smithi049.rvwqxz (mgr.14180) 306 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:15.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:13.295693+0000 mgr.smithi049.rvwqxz (mgr.14180) 306 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:15.070 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:15.768 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:14.442415+0000 mgr.smithi049.rvwqxz (mgr.14180) 307 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:14.442415+0000 mgr.smithi049.rvwqxz (mgr.14180) 307 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:17.309 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:17.309 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:17.604 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:16.443094+0000 mgr.smithi049.rvwqxz (mgr.14180) 308 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:17.971 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:16.443094+0000 mgr.smithi049.rvwqxz (mgr.14180) 308 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:18.973 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:18.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:17.303786+0000 mgr.smithi049.rvwqxz (mgr.14180) 309 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:19.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:17.303786+0000 mgr.smithi049.rvwqxz (mgr.14180) 309 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:19.687 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:18.443489+0000 mgr.smithi049.rvwqxz (mgr.14180) 310 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:18.443489+0000 mgr.smithi049.rvwqxz (mgr.14180) 310 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:21.183 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:21.183 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:21.816 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:20.444287+0000 mgr.smithi049.rvwqxz (mgr.14180) 311 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:21.837 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:20.444287+0000 mgr.smithi049.rvwqxz (mgr.14180) 311 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:22.838 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:22.871 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:21.178164+0000 mgr.smithi049.rvwqxz (mgr.14180) 312 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:22.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:21.178164+0000 mgr.smithi049.rvwqxz (mgr.14180) 312 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:23.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:22.444765+0000 mgr.smithi049.rvwqxz (mgr.14180) 313 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:22.444765+0000 mgr.smithi049.rvwqxz (mgr.14180) 313 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:25.144 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:25.144 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:25.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:24.445236+0000 mgr.smithi049.rvwqxz (mgr.14180) 314 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:25.795 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:24.445236+0000 mgr.smithi049.rvwqxz (mgr.14180) 314 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:26.797 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:26.832 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:25.138071+0000 mgr.smithi049.rvwqxz (mgr.14180) 315 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:26.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:25.138071+0000 mgr.smithi049.rvwqxz (mgr.14180) 315 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:27.898 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:26.445781+0000 mgr.smithi049.rvwqxz (mgr.14180) 316 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:26.445781+0000 mgr.smithi049.rvwqxz (mgr.14180) 316 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:28.901 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:28.901 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:29.651 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:28.446249+0000 mgr.smithi049.rvwqxz (mgr.14180) 317 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:28.896324+0000 mgr.smithi049.rvwqxz (mgr.14180) 318 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:28.446249+0000 mgr.smithi049.rvwqxz (mgr.14180) 317 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:28.896324+0000 mgr.smithi049.rvwqxz (mgr.14180) 318 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:30.652 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:30.446857+0000 mgr.smithi049.rvwqxz (mgr.14180) 319 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:32.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:30.446857+0000 mgr.smithi049.rvwqxz (mgr.14180) 319 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:32.853 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:32.853 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:33.650 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:32.447456+0000 mgr.smithi049.rvwqxz (mgr.14180) 320 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:32.847715+0000 mgr.smithi049.rvwqxz (mgr.14180) 321 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:32.447456+0000 mgr.smithi049.rvwqxz (mgr.14180) 320 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:32.847715+0000 mgr.smithi049.rvwqxz (mgr.14180) 321 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:34.651 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:34.448139+0000 mgr.smithi049.rvwqxz (mgr.14180) 322 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:34.448139+0000 mgr.smithi049.rvwqxz (mgr.14180) 322 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:36.883 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:36.883 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:37.617 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:36.448722+0000 mgr.smithi049.rvwqxz (mgr.14180) 323 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:36.878035+0000 mgr.smithi049.rvwqxz (mgr.14180) 324 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:38.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:36.448722+0000 mgr.smithi049.rvwqxz (mgr.14180) 323 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:38.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:36.878035+0000 mgr.smithi049.rvwqxz (mgr.14180) 324 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:38.619 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:39.670 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:38.449176+0000 mgr.smithi049.rvwqxz (mgr.14180) 325 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:38.449176+0000 mgr.smithi049.rvwqxz (mgr.14180) 325 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:40.807 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:40.808 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:41.608 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:40.449761+0000 mgr.smithi049.rvwqxz (mgr.14180) 326 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:40.802609+0000 mgr.smithi049.rvwqxz (mgr.14180) 327 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:40.449761+0000 mgr.smithi049.rvwqxz (mgr.14180) 326 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:40.802609+0000 mgr.smithi049.rvwqxz (mgr.14180) 327 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:42.609 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:42.450152+0000 mgr.smithi049.rvwqxz (mgr.14180) 328 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:42.450152+0000 mgr.smithi049.rvwqxz (mgr.14180) 328 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:44.804 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:44.804 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:45.763 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:44.450570+0000 mgr.smithi049.rvwqxz (mgr.14180) 329 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:44.799794+0000 mgr.smithi049.rvwqxz (mgr.14180) 330 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:44.450570+0000 mgr.smithi049.rvwqxz (mgr.14180) 329 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:44.799794+0000 mgr.smithi049.rvwqxz (mgr.14180) 330 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:46.764 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:46.451277+0000 mgr.smithi049.rvwqxz (mgr.14180) 331 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:48.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:46.451277+0000 mgr.smithi049.rvwqxz (mgr.14180) 331 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:48.871 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:48.871 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:49.559 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:49.905 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:48.451644+0000 mgr.smithi049.rvwqxz (mgr.14180) 332 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:49.905 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:48.866105+0000 mgr.smithi049.rvwqxz (mgr.14180) 333 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:48.451644+0000 mgr.smithi049.rvwqxz (mgr.14180) 332 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:48.866105+0000 mgr.smithi049.rvwqxz (mgr.14180) 333 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:50.560 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:14:49.903863+0000 mgr.smithi049.rvwqxz (mgr.14180) 334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:14:50.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:14:49.904095+0000 mgr.smithi049.rvwqxz (mgr.14180) 335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:49.904458+0000 mon.smithi049 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.phonkx"}]: dispatch 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:14:49.905218+0000 mgr.smithi049.rvwqxz (mgr.14180) 336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:50.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:14:50.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:50.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:14:49.907001+0000 mgr.smithi049.rvwqxz (mgr.14180) 337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.khvokb on smithi049 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:14:49.903863+0000 mgr.smithi049.rvwqxz (mgr.14180) 334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.003 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:14:49.904095+0000 mgr.smithi049.rvwqxz (mgr.14180) 335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:49.904458+0000 mon.smithi049 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.phonkx"}]: dispatch 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:14:49.905218+0000 mgr.smithi049.rvwqxz (mgr.14180) 336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx 2024-02-09T20:14:51.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.phonkx ... 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:12:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:13:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:14:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:51.005 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:14:49.907001+0000 mgr.smithi049.rvwqxz (mgr.14180) 337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.khvokb on smithi049 2024-02-09T20:14:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:50.452159+0000 mgr.smithi049.rvwqxz (mgr.14180) 338 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:50.452159+0000 mgr.smithi049.rvwqxz (mgr.14180) 338 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:52.746 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:52.746 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:53.459 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:52.452501+0000 mgr.smithi049.rvwqxz (mgr.14180) 339 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:53.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:52.741021+0000 mgr.smithi049.rvwqxz (mgr.14180) 340 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:52.452501+0000 mgr.smithi049.rvwqxz (mgr.14180) 339 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:52.741021+0000 mgr.smithi049.rvwqxz (mgr.14180) 340 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:54.460 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:54.452936+0000 mgr.smithi049.rvwqxz (mgr.14180) 341 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:56.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:54.452936+0000 mgr.smithi049.rvwqxz (mgr.14180) 341 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:14:56.816 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:14:56.816 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:57.546 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:14:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:56.453360+0000 mgr.smithi049.rvwqxz (mgr.14180) 342 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:14:56.810707+0000 mgr.smithi049.rvwqxz (mgr.14180) 343 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:56.453360+0000 mgr.smithi049.rvwqxz (mgr.14180) 342 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:14:56.810707+0000 mgr.smithi049.rvwqxz (mgr.14180) 343 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:58.548 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:14:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:14:58.453921+0000 mgr.smithi049.rvwqxz (mgr.14180) 344 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:00.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:14:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:14:58.453921+0000 mgr.smithi049.rvwqxz (mgr.14180) 344 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:00.857 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:00.857 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:01.633 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:00.454508+0000 mgr.smithi049.rvwqxz (mgr.14180) 345 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:00.852366+0000 mgr.smithi049.rvwqxz (mgr.14180) 346 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:00.454508+0000 mgr.smithi049.rvwqxz (mgr.14180) 345 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:00.852366+0000 mgr.smithi049.rvwqxz (mgr.14180) 346 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:02.634 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:02.455183+0000 mgr.smithi049.rvwqxz (mgr.14180) 347 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:02.455183+0000 mgr.smithi049.rvwqxz (mgr.14180) 347 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:04.839 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:04.839 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:05.631 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:04.455631+0000 mgr.smithi049.rvwqxz (mgr.14180) 348 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:04.833740+0000 mgr.smithi049.rvwqxz (mgr.14180) 349 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:04.455631+0000 mgr.smithi049.rvwqxz (mgr.14180) 348 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:06.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:04.833740+0000 mgr.smithi049.rvwqxz (mgr.14180) 349 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:06.633 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:06.456254+0000 mgr.smithi049.rvwqxz (mgr.14180) 350 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:06.456254+0000 mgr.smithi049.rvwqxz (mgr.14180) 350 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:08.781 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:08.781 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:09.575 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:08.456881+0000 mgr.smithi049.rvwqxz (mgr.14180) 351 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:08.775916+0000 mgr.smithi049.rvwqxz (mgr.14180) 352 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:08.456881+0000 mgr.smithi049.rvwqxz (mgr.14180) 351 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:08.775916+0000 mgr.smithi049.rvwqxz (mgr.14180) 352 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:10.576 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:10.457530+0000 mgr.smithi049.rvwqxz (mgr.14180) 353 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:12.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:10.457530+0000 mgr.smithi049.rvwqxz (mgr.14180) 353 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:12.863 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:12.863 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:13.554 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:12.457910+0000 mgr.smithi049.rvwqxz (mgr.14180) 354 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:12.858226+0000 mgr.smithi049.rvwqxz (mgr.14180) 355 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:12.457910+0000 mgr.smithi049.rvwqxz (mgr.14180) 354 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:12.858226+0000 mgr.smithi049.rvwqxz (mgr.14180) 355 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:14.555 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:14.458377+0000 mgr.smithi049.rvwqxz (mgr.14180) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:15.997 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:14.458377+0000 mgr.smithi049.rvwqxz (mgr.14180) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:16.796 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:16.796 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:17.568 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:16.458913+0000 mgr.smithi049.rvwqxz (mgr.14180) 357 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:16.790947+0000 mgr.smithi049.rvwqxz (mgr.14180) 358 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:16.458913+0000 mgr.smithi049.rvwqxz (mgr.14180) 357 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:16.790947+0000 mgr.smithi049.rvwqxz (mgr.14180) 358 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:18.569 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:18.459356+0000 mgr.smithi049.rvwqxz (mgr.14180) 359 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:20.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:18.459356+0000 mgr.smithi049.rvwqxz (mgr.14180) 359 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:20.757 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:20.757 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:21.464 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:21.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:20.459873+0000 mgr.smithi049.rvwqxz (mgr.14180) 360 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:21.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:20.752593+0000 mgr.smithi049.rvwqxz (mgr.14180) 361 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:20.459873+0000 mgr.smithi049.rvwqxz (mgr.14180) 360 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:20.752593+0000 mgr.smithi049.rvwqxz (mgr.14180) 361 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:22.465 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:23.875 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:22.460299+0000 mgr.smithi049.rvwqxz (mgr.14180) 362 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:22.460299+0000 mgr.smithi049.rvwqxz (mgr.14180) 362 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:24.591 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:24.591 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:25.338 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:24.460741+0000 mgr.smithi049.rvwqxz (mgr.14180) 363 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:24.586123+0000 mgr.smithi049.rvwqxz (mgr.14180) 364 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:26.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:24.460741+0000 mgr.smithi049.rvwqxz (mgr.14180) 363 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:26.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:24.586123+0000 mgr.smithi049.rvwqxz (mgr.14180) 364 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:26.340 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:26.461215+0000 mgr.smithi049.rvwqxz (mgr.14180) 365 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:27.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:26.461215+0000 mgr.smithi049.rvwqxz (mgr.14180) 365 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:28.582 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:28.582 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:29.297 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:28.461583+0000 mgr.smithi049.rvwqxz (mgr.14180) 366 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:28.576599+0000 mgr.smithi049.rvwqxz (mgr.14180) 367 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:28.461583+0000 mgr.smithi049.rvwqxz (mgr.14180) 366 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:28.576599+0000 mgr.smithi049.rvwqxz (mgr.14180) 367 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:30.298 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:30.462090+0000 mgr.smithi049.rvwqxz (mgr.14180) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:32.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:30.462090+0000 mgr.smithi049.rvwqxz (mgr.14180) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:32.485 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:32.486 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:33.248 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:32.462503+0000 mgr.smithi049.rvwqxz (mgr.14180) 369 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:32.480367+0000 mgr.smithi049.rvwqxz (mgr.14180) 370 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:32.462503+0000 mgr.smithi049.rvwqxz (mgr.14180) 369 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:32.480367+0000 mgr.smithi049.rvwqxz (mgr.14180) 370 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:34.249 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:35.951 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:34.462946+0000 mgr.smithi049.rvwqxz (mgr.14180) 371 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:34.462946+0000 mgr.smithi049.rvwqxz (mgr.14180) 371 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:36.416 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:36.417 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:37.147 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:36.411281+0000 mgr.smithi049.rvwqxz (mgr.14180) 372 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:36.463424+0000 mgr.smithi049.rvwqxz (mgr.14180) 373 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:38.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:36.411281+0000 mgr.smithi049.rvwqxz (mgr.14180) 372 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:38.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:36.463424+0000 mgr.smithi049.rvwqxz (mgr.14180) 373 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:38.149 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:39.974 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:38.463838+0000 mgr.smithi049.rvwqxz (mgr.14180) 374 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:38.463838+0000 mgr.smithi049.rvwqxz (mgr.14180) 374 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:40.411 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:40.411 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:41.134 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:40.406277+0000 mgr.smithi049.rvwqxz (mgr.14180) 375 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:40.464483+0000 mgr.smithi049.rvwqxz (mgr.14180) 376 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:40.406277+0000 mgr.smithi049.rvwqxz (mgr.14180) 375 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:40.464483+0000 mgr.smithi049.rvwqxz (mgr.14180) 376 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:42.136 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:43.808 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:42.464955+0000 mgr.smithi049.rvwqxz (mgr.14180) 377 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:42.464955+0000 mgr.smithi049.rvwqxz (mgr.14180) 377 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:44.293 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:44.293 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:44.926 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:45.927 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:45.961 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:44.287130+0000 mgr.smithi049.rvwqxz (mgr.14180) 378 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:45.962 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:44.465631+0000 mgr.smithi049.rvwqxz (mgr.14180) 379 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:44.287130+0000 mgr.smithi049.rvwqxz (mgr.14180) 378 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:44.465631+0000 mgr.smithi049.rvwqxz (mgr.14180) 379 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:47.813 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:46.466164+0000 mgr.smithi049.rvwqxz (mgr.14180) 380 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:46.466164+0000 mgr.smithi049.rvwqxz (mgr.14180) 380 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:48.274 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:48.274 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:48.923 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:49.925 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:49.957 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:48.269501+0000 mgr.smithi049.rvwqxz (mgr.14180) 381 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:49.957 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:48.466631+0000 mgr.smithi049.rvwqxz (mgr.14180) 382 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:48.269501+0000 mgr.smithi049.rvwqxz (mgr.14180) 381 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:48.466631+0000 mgr.smithi049.rvwqxz (mgr.14180) 382 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:50.467136+0000 mgr.smithi049.rvwqxz (mgr.14180) 383 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:50.467136+0000 mgr.smithi049.rvwqxz (mgr.14180) 383 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:52.098 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:52.098 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:52.845 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:53.846 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:52.093262+0000 mgr.smithi049.rvwqxz (mgr.14180) 384 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:52.467491+0000 mgr.smithi049.rvwqxz (mgr.14180) 385 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:52.093262+0000 mgr.smithi049.rvwqxz (mgr.14180) 384 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:52.467491+0000 mgr.smithi049.rvwqxz (mgr.14180) 385 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:56.071 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:56.071 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:54.467874+0000 mgr.smithi049.rvwqxz (mgr.14180) 386 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:56.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:54.467874+0000 mgr.smithi049.rvwqxz (mgr.14180) 386 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:15:56.829 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:15:57.830 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:56.066058+0000 mgr.smithi049.rvwqxz (mgr.14180) 387 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:56.468523+0000 mgr.smithi049.rvwqxz (mgr.14180) 388 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:58.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:56.066058+0000 mgr.smithi049.rvwqxz (mgr.14180) 387 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:58.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:56.468523+0000 mgr.smithi049.rvwqxz (mgr.14180) 388 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:15:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:15:58.468862+0000 mgr.smithi049.rvwqxz (mgr.14180) 389 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:59.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:15:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:15:58.468862+0000 mgr.smithi049.rvwqxz (mgr.14180) 389 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:59.953 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:15:59.953 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:00.656 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:01.657 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:15:59.947480+0000 mgr.smithi049.rvwqxz (mgr.14180) 390 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:00.469372+0000 mgr.smithi049.rvwqxz (mgr.14180) 391 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:15:59.947480+0000 mgr.smithi049.rvwqxz (mgr.14180) 390 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:00.469372+0000 mgr.smithi049.rvwqxz (mgr.14180) 391 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:03.819 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:03.819 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:03.840 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:02.469875+0000 mgr.smithi049.rvwqxz (mgr.14180) 392 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:02.469875+0000 mgr.smithi049.rvwqxz (mgr.14180) 392 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:04.595 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:04.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:03.814423+0000 mgr.smithi049.rvwqxz (mgr.14180) 393 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:05.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:03.814423+0000 mgr.smithi049.rvwqxz (mgr.14180) 393 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:05.597 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:04.470489+0000 mgr.smithi049.rvwqxz (mgr.14180) 394 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:04.470489+0000 mgr.smithi049.rvwqxz (mgr.14180) 394 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:07.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:06.471013+0000 mgr.smithi049.rvwqxz (mgr.14180) 395 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:07.796 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:07.796 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:06.471013+0000 mgr.smithi049.rvwqxz (mgr.14180) 395 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:08.527 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:07.791296+0000 mgr.smithi049.rvwqxz (mgr.14180) 396 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:09.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:07.791296+0000 mgr.smithi049.rvwqxz (mgr.14180) 396 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:09.529 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:08.471413+0000 mgr.smithi049.rvwqxz (mgr.14180) 397 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:08.471413+0000 mgr.smithi049.rvwqxz (mgr.14180) 397 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:11.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:10.471902+0000 mgr.smithi049.rvwqxz (mgr.14180) 398 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:11.800 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:11.800 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:10.471902+0000 mgr.smithi049.rvwqxz (mgr.14180) 398 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:12.505 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:12.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:11.795094+0000 mgr.smithi049.rvwqxz (mgr.14180) 399 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:11.795094+0000 mgr.smithi049.rvwqxz (mgr.14180) 399 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:13.507 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:13.974 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:12.472266+0000 mgr.smithi049.rvwqxz (mgr.14180) 400 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:12.472266+0000 mgr.smithi049.rvwqxz (mgr.14180) 400 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:15.751 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:15.751 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:15.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:14.472891+0000 mgr.smithi049.rvwqxz (mgr.14180) 401 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:14.472891+0000 mgr.smithi049.rvwqxz (mgr.14180) 401 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:16.489 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:16.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:15.745652+0000 mgr.smithi049.rvwqxz (mgr.14180) 402 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:16.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:15.745652+0000 mgr.smithi049.rvwqxz (mgr.14180) 402 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:17.490 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:16.473382+0000 mgr.smithi049.rvwqxz (mgr.14180) 403 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:17.996 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:16.473382+0000 mgr.smithi049.rvwqxz (mgr.14180) 403 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:19.672 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:19.673 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:18.473979+0000 mgr.smithi049.rvwqxz (mgr.14180) 404 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:20.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:18.473979+0000 mgr.smithi049.rvwqxz (mgr.14180) 404 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:20.453 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:20.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:19.667103+0000 mgr.smithi049.rvwqxz (mgr.14180) 405 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:20.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:19.667103+0000 mgr.smithi049.rvwqxz (mgr.14180) 405 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:21.453 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:21.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:20.474586+0000 mgr.smithi049.rvwqxz (mgr.14180) 406 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:20.474586+0000 mgr.smithi049.rvwqxz (mgr.14180) 406 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:23.563 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:23.563 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:23.945 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:22.474944+0000 mgr.smithi049.rvwqxz (mgr.14180) 407 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:22.474944+0000 mgr.smithi049.rvwqxz (mgr.14180) 407 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:24.323 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:24.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:23.557526+0000 mgr.smithi049.rvwqxz (mgr.14180) 408 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:25.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:23.557526+0000 mgr.smithi049.rvwqxz (mgr.14180) 408 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:25.325 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:25.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:24.475511+0000 mgr.smithi049.rvwqxz (mgr.14180) 409 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:24.475511+0000 mgr.smithi049.rvwqxz (mgr.14180) 409 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:27.632 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:27.633 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:26.475980+0000 mgr.smithi049.rvwqxz (mgr.14180) 410 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:28.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:26.475980+0000 mgr.smithi049.rvwqxz (mgr.14180) 410 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:28.464 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:28.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:27.627723+0000 mgr.smithi049.rvwqxz (mgr.14180) 411 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:27.627723+0000 mgr.smithi049.rvwqxz (mgr.14180) 411 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:29.465 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:29.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:28.476471+0000 mgr.smithi049.rvwqxz (mgr.14180) 412 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:28.476471+0000 mgr.smithi049.rvwqxz (mgr.14180) 412 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:31.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:30.477008+0000 mgr.smithi049.rvwqxz (mgr.14180) 413 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:31.823 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:31.824 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:30.477008+0000 mgr.smithi049.rvwqxz (mgr.14180) 413 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:32.486 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:32.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:31.818808+0000 mgr.smithi049.rvwqxz (mgr.14180) 414 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:32.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:31.818808+0000 mgr.smithi049.rvwqxz (mgr.14180) 414 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:33.487 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:33.928 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:32.477376+0000 mgr.smithi049.rvwqxz (mgr.14180) 415 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:32.477376+0000 mgr.smithi049.rvwqxz (mgr.14180) 415 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:35.762 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:35.762 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:34.477835+0000 mgr.smithi049.rvwqxz (mgr.14180) 416 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:36.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:34.477835+0000 mgr.smithi049.rvwqxz (mgr.14180) 416 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:36.455 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:36.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:35.757320+0000 mgr.smithi049.rvwqxz (mgr.14180) 417 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:36.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:35.757320+0000 mgr.smithi049.rvwqxz (mgr.14180) 417 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:37.456 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:37.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:36.478370+0000 mgr.smithi049.rvwqxz (mgr.14180) 418 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:36.478370+0000 mgr.smithi049.rvwqxz (mgr.14180) 418 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:39.701 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:39.701 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:38.478805+0000 mgr.smithi049.rvwqxz (mgr.14180) 419 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:38.478805+0000 mgr.smithi049.rvwqxz (mgr.14180) 419 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:40.435 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:40.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:39.695463+0000 mgr.smithi049.rvwqxz (mgr.14180) 420 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:40.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:39.695463+0000 mgr.smithi049.rvwqxz (mgr.14180) 420 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:41.436 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:41.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:40.479514+0000 mgr.smithi049.rvwqxz (mgr.14180) 421 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:40.479514+0000 mgr.smithi049.rvwqxz (mgr.14180) 421 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:42.479838+0000 mgr.smithi049.rvwqxz (mgr.14180) 422 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:43.910 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:43.910 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:42.479838+0000 mgr.smithi049.rvwqxz (mgr.14180) 422 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:44.594 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:44.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:43.904772+0000 mgr.smithi049.rvwqxz (mgr.14180) 423 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:45.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:43.904772+0000 mgr.smithi049.rvwqxz (mgr.14180) 423 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:45.595 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:44.480381+0000 mgr.smithi049.rvwqxz (mgr.14180) 424 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:44.480381+0000 mgr.smithi049.rvwqxz (mgr.14180) 424 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:47.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:46.480997+0000 mgr.smithi049.rvwqxz (mgr.14180) 425 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:47.980 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:47.980 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:46.480997+0000 mgr.smithi049.rvwqxz (mgr.14180) 425 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:48.898 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:49.899 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:49.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:47.974938+0000 mgr.smithi049.rvwqxz (mgr.14180) 426 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:49.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:48.481502+0000 mgr.smithi049.rvwqxz (mgr.14180) 427 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:47.974938+0000 mgr.smithi049.rvwqxz (mgr.14180) 426 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:48.481502+0000 mgr.smithi049.rvwqxz (mgr.14180) 427 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:51.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:50.482148+0000 mgr.smithi049.rvwqxz (mgr.14180) 428 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:50.482148+0000 mgr.smithi049.rvwqxz (mgr.14180) 428 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:52.080 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:52.080 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:52.693 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:53.694 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:52.075370+0000 mgr.smithi049.rvwqxz (mgr.14180) 429 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:52.482591+0000 mgr.smithi049.rvwqxz (mgr.14180) 430 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:52.075370+0000 mgr.smithi049.rvwqxz (mgr.14180) 429 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:52.482591+0000 mgr.smithi049.rvwqxz (mgr.14180) 430 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:55.948 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:55.948 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:55.971 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:54.483019+0000 mgr.smithi049.rvwqxz (mgr.14180) 431 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:54.483019+0000 mgr.smithi049.rvwqxz (mgr.14180) 431 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:16:56.644 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:16:57.645 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:55.943367+0000 mgr.smithi049.rvwqxz (mgr.14180) 432 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:56.483478+0000 mgr.smithi049.rvwqxz (mgr.14180) 433 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:55.943367+0000 mgr.smithi049.rvwqxz (mgr.14180) 432 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:56.483478+0000 mgr.smithi049.rvwqxz (mgr.14180) 433 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:59.966 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:16:59.966 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:59.990 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:16:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:16:58.483852+0000 mgr.smithi049.rvwqxz (mgr.14180) 434 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:16:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:16:58.483852+0000 mgr.smithi049.rvwqxz (mgr.14180) 434 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:00.760 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:01.761 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:16:59.960836+0000 mgr.smithi049.rvwqxz (mgr.14180) 435 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:00.484443+0000 mgr.smithi049.rvwqxz (mgr.14180) 436 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:16:59.960836+0000 mgr.smithi049.rvwqxz (mgr.14180) 435 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:00.484443+0000 mgr.smithi049.rvwqxz (mgr.14180) 436 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:03.990 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:03.991 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:03.991 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:02.484794+0000 mgr.smithi049.rvwqxz (mgr.14180) 437 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:02.484794+0000 mgr.smithi049.rvwqxz (mgr.14180) 437 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:04.790 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:05.791 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:03.985387+0000 mgr.smithi049.rvwqxz (mgr.14180) 438 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:04.485349+0000 mgr.smithi049.rvwqxz (mgr.14180) 439 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:03.985387+0000 mgr.smithi049.rvwqxz (mgr.14180) 438 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:04.485349+0000 mgr.smithi049.rvwqxz (mgr.14180) 439 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:06.485775+0000 mgr.smithi049.rvwqxz (mgr.14180) 440 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:08.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:06.485775+0000 mgr.smithi049.rvwqxz (mgr.14180) 440 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:08.120 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:08.120 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:08.851 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:09.852 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:08.115369+0000 mgr.smithi049.rvwqxz (mgr.14180) 441 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:08.486334+0000 mgr.smithi049.rvwqxz (mgr.14180) 442 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:08.115369+0000 mgr.smithi049.rvwqxz (mgr.14180) 441 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:08.486334+0000 mgr.smithi049.rvwqxz (mgr.14180) 442 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:10.487133+0000 mgr.smithi049.rvwqxz (mgr.14180) 443 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:10.487133+0000 mgr.smithi049.rvwqxz (mgr.14180) 443 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:12.070 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:12.070 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:12.857 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:13.858 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:12.065457+0000 mgr.smithi049.rvwqxz (mgr.14180) 444 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:12.487470+0000 mgr.smithi049.rvwqxz (mgr.14180) 445 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:12.065457+0000 mgr.smithi049.rvwqxz (mgr.14180) 444 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:12.487470+0000 mgr.smithi049.rvwqxz (mgr.14180) 445 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:14.487896+0000 mgr.smithi049.rvwqxz (mgr.14180) 446 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:14.487896+0000 mgr.smithi049.rvwqxz (mgr.14180) 446 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:16.064 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:16.064 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:16.785 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:17.787 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:16.058860+0000 mgr.smithi049.rvwqxz (mgr.14180) 447 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:16.488590+0000 mgr.smithi049.rvwqxz (mgr.14180) 448 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:16.058860+0000 mgr.smithi049.rvwqxz (mgr.14180) 447 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:16.488590+0000 mgr.smithi049.rvwqxz (mgr.14180) 448 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:19.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:18.488968+0000 mgr.smithi049.rvwqxz (mgr.14180) 449 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:19.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:19.152477+0000 mon.smithi049 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.khvokb"}]: dispatch 2024-02-09T20:17:19.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:19.157843+0000 mon.smithi049 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:19.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:19.160111+0000 mon.smithi049 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:17:19.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:19.468429+0000 mon.smithi049 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:18.488968+0000 mgr.smithi049.rvwqxz (mgr.14180) 449 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:19.152477+0000 mon.smithi049 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.khvokb"}]: dispatch 2024-02-09T20:17:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:19.157843+0000 mon.smithi049 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:19.160111+0000 mon.smithi049 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:17:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:19.468429+0000 mon.smithi049 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:20.125 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:20.125 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:53.098531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:53.098676Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:53.098752Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:53.098821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:53.098889Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:21.110 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:19.151873+0000 mgr.smithi049.rvwqxz (mgr.14180) 450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.112 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:19.152128+0000 mgr.smithi049.rvwqxz (mgr.14180) 451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:19.153129+0000 mgr.smithi049.rvwqxz (mgr.14180) 452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:19.158134+0000 mgr.smithi049.rvwqxz (mgr.14180) 453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:19.159255+0000 mgr.smithi049.rvwqxz (mgr.14180) 454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:19.159881+0000 mgr.smithi049.rvwqxz (mgr.14180) 455 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:19.854431+0000 mon.smithi049 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:21.114 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:20.155834+0000 mon.smithi049 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:17:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:19.151873+0000 mgr.smithi049.rvwqxz (mgr.14180) 450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:17:21.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:19.152128+0000 mgr.smithi049.rvwqxz (mgr.14180) 451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:19.153129+0000 mgr.smithi049.rvwqxz (mgr.14180) 452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.khvokb ... 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:15:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:16:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:17:21.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:21.247 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:19.158134+0000 mgr.smithi049.rvwqxz (mgr.14180) 453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:21.247 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:19.159255+0000 mgr.smithi049.rvwqxz (mgr.14180) 454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:21.247 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:19.159881+0000 mgr.smithi049.rvwqxz (mgr.14180) 455 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:21.247 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:19.854431+0000 mon.smithi049 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:21.247 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:20.155834+0000 mon.smithi049 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:17:21.505 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-09T20:17:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:20.119600+0000 mgr.smithi049.rvwqxz (mgr.14180) 456 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:22.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:20.119600+0000 mgr.smithi049.rvwqxz (mgr.14180) 456 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:22.506 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:21.160811+0000 mgr.smithi049.rvwqxz (mgr.14180) 457 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:21.935386+0000 mon.smithi049 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:23.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:21.160811+0000 mgr.smithi049.rvwqxz (mgr.14180) 457 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:23.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:21.935386+0000 mon.smithi049 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:25.166 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:25.166 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:11:58.358970Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:11:58.359053Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:11:58.359126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:11:58.358895Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:11:58.358748Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:11:58.359194Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:11:58.359322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:11:58.359259Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:23.161349+0000 mgr.smithi049.rvwqxz (mgr.14180) 458 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:25.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:23.161349+0000 mgr.smithi049.rvwqxz (mgr.14180) 458 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:26.072 INFO:tasks.cephadm:nfs.foo has 1/2 2024-02-09T20:17:27.074 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:27.225 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:25.160122+0000 mgr.smithi049.rvwqxz (mgr.14180) 459 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:27.226 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:25.162106+0000 mgr.smithi049.rvwqxz (mgr.14180) 460 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:25.160122+0000 mgr.smithi049.rvwqxz (mgr.14180) 459 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:25.162106+0000 mgr.smithi049.rvwqxz (mgr.14180) 460 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:27.162628+0000 mgr.smithi049.rvwqxz (mgr.14180) 461 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:27.658324+0000 mon.smithi049 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:28.039363+0000 mon.smithi049 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:28.040101+0000 mon.smithi049 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:28.044627+0000 mon.smithi049 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:28.050074+0000 mon.smithi049 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:17:28.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:28.057222+0000 mon.smithi049 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:27.162628+0000 mgr.smithi049.rvwqxz (mgr.14180) 461 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-09T20:17:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:27.658324+0000 mon.smithi049 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:28.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:28.039363+0000 mon.smithi049 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:17:28.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:28.040101+0000 mon.smithi049 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:17:28.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:28.044627+0000 mon.smithi049 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:28.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:28.050074+0000 mon.smithi049 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:17:28.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:28.057222+0000 mon.smithi049 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:17:29.603 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:29.603 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:29.960 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:28.045078+0000 mgr.smithi049.rvwqxz (mgr.14180) 462 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-02-09T20:17:29.960 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:17:28.059099+0000 mgr.smithi049.rvwqxz (mgr.14180) 463 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.gcmqmb on smithi080 2024-02-09T20:17:29.960 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:29.042996+0000 mon.smithi049 (mon.0) 708 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:17:29.960 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:29.043083+0000 mon.smithi049 (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-02-09T20:17:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:28.045078+0000 mgr.smithi049.rvwqxz (mgr.14180) 462 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-02-09T20:17:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:17:28.059099+0000 mgr.smithi049.rvwqxz (mgr.14180) 463 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.gcmqmb on smithi080 2024-02-09T20:17:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:29.042996+0000 mon.smithi049 (mon.0) 708 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:17:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:29.043083+0000 mon.smithi049 (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-02-09T20:17:30.247 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-09T20:17:30.247 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:17:30.258 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-09T20:17:30.258 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:30.991 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:29.597669+0000 mgr.smithi049.rvwqxz (mgr.14180) 464 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:30.991 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:29.597669+0000 mgr.smithi049.rvwqxz (mgr.14180) 464 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:31.947 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:30.045565+0000 mgr.smithi049.rvwqxz (mgr.14180) 465 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:30.045565+0000 mgr.smithi049.rvwqxz (mgr.14180) 465 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:32.447 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:32.447 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:33.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:32.046154+0000 mgr.smithi049.rvwqxz (mgr.14180) 466 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:32.441710+0000 mgr.smithi049.rvwqxz (mgr.14180) 467 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:32.046154+0000 mgr.smithi049.rvwqxz (mgr.14180) 466 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:32.441710+0000 mgr.smithi049.rvwqxz (mgr.14180) 467 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:34.174 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:35.937 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:34.046567+0000 mgr.smithi049.rvwqxz (mgr.14180) 468 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:34.046567+0000 mgr.smithi049.rvwqxz (mgr.14180) 468 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:36.379 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:36.380 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:37.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:36.047156+0000 mgr.smithi049.rvwqxz (mgr.14180) 469 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:36.374366+0000 mgr.smithi049.rvwqxz (mgr.14180) 470 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:38.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:36.047156+0000 mgr.smithi049.rvwqxz (mgr.14180) 469 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:38.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:36.374366+0000 mgr.smithi049.rvwqxz (mgr.14180) 470 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:38.150 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:39.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:38.047717+0000 mgr.smithi049.rvwqxz (mgr.14180) 471 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:38.047717+0000 mgr.smithi049.rvwqxz (mgr.14180) 471 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-09T20:17:40.478 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:40.478 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:41.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:40.048461+0000 mgr.smithi049.rvwqxz (mgr.14180) 472 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:40.472962+0000 mgr.smithi049.rvwqxz (mgr.14180) 473 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:40.048461+0000 mgr.smithi049.rvwqxz (mgr.14180) 472 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:40.472962+0000 mgr.smithi049.rvwqxz (mgr.14180) 473 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:42.344 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:42.049114+0000 mgr.smithi049.rvwqxz (mgr.14180) 474 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:42.049114+0000 mgr.smithi049.rvwqxz (mgr.14180) 474 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:44.502 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:44.502 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:45.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:44.049510+0000 mgr.smithi049.rvwqxz (mgr.14180) 475 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:45.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:44.496253+0000 mgr.smithi049.rvwqxz (mgr.14180) 476 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:44.049510+0000 mgr.smithi049.rvwqxz (mgr.14180) 475 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:44.496253+0000 mgr.smithi049.rvwqxz (mgr.14180) 476 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:45.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:46.262 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:47.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:46.050224+0000 mgr.smithi049.rvwqxz (mgr.14180) 477 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:46.050224+0000 mgr.smithi049.rvwqxz (mgr.14180) 477 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:48.460 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:48.460 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:49.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:48.050696+0000 mgr.smithi049.rvwqxz (mgr.14180) 478 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:48.454900+0000 mgr.smithi049.rvwqxz (mgr.14180) 479 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:49.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:48.050696+0000 mgr.smithi049.rvwqxz (mgr.14180) 478 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:49.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:48.454900+0000 mgr.smithi049.rvwqxz (mgr.14180) 479 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:50.257 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:51.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:50.051484+0000 mgr.smithi049.rvwqxz (mgr.14180) 480 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:51.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:50.051484+0000 mgr.smithi049.rvwqxz (mgr.14180) 480 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:52.366 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:52.367 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:53.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:52.052070+0000 mgr.smithi049.rvwqxz (mgr.14180) 481 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:52.361132+0000 mgr.smithi049.rvwqxz (mgr.14180) 482 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:53.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:52.052070+0000 mgr.smithi049.rvwqxz (mgr.14180) 481 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:53.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:52.361132+0000 mgr.smithi049.rvwqxz (mgr.14180) 482 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:54.053 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:54.052637+0000 mgr.smithi049.rvwqxz (mgr.14180) 483 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:55.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:54.052637+0000 mgr.smithi049.rvwqxz (mgr.14180) 483 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:56.406 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:17:56.406 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:57.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:56.053408+0000 mgr.smithi049.rvwqxz (mgr.14180) 484 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:17:56.400546+0000 mgr.smithi049.rvwqxz (mgr.14180) 485 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:56.053408+0000 mgr.smithi049.rvwqxz (mgr.14180) 484 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:17:57.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:17:56.400546+0000 mgr.smithi049.rvwqxz (mgr.14180) 485 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:58.060 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:17:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:17:58.053957+0000 mgr.smithi049.rvwqxz (mgr.14180) 486 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:59.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:17:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:17:58.053957+0000 mgr.smithi049.rvwqxz (mgr.14180) 486 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:00.307 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:00.307 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:00.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:00.054443+0000 mgr.smithi049.rvwqxz (mgr.14180) 487 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:01.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:00.301648+0000 mgr.smithi049.rvwqxz (mgr.14180) 488 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:01.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:00.054443+0000 mgr.smithi049.rvwqxz (mgr.14180) 487 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:01.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:00.301648+0000 mgr.smithi049.rvwqxz (mgr.14180) 488 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:01.949 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:02.054883+0000 mgr.smithi049.rvwqxz (mgr.14180) 489 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:03.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:02.054883+0000 mgr.smithi049.rvwqxz (mgr.14180) 489 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:04.223 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:04.223 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:04.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:05.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:04.055285+0000 mgr.smithi049.rvwqxz (mgr.14180) 490 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:05.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:04.217686+0000 mgr.smithi049.rvwqxz (mgr.14180) 491 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:04.055285+0000 mgr.smithi049.rvwqxz (mgr.14180) 490 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:04.217686+0000 mgr.smithi049.rvwqxz (mgr.14180) 491 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:05.969 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:07.488 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:06.055935+0000 mgr.smithi049.rvwqxz (mgr.14180) 492 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:07.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:06.055935+0000 mgr.smithi049.rvwqxz (mgr.14180) 492 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:08.220 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:08.220 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:08.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:09.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:08.056304+0000 mgr.smithi049.rvwqxz (mgr.14180) 493 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:09.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:08.214238+0000 mgr.smithi049.rvwqxz (mgr.14180) 494 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:08.056304+0000 mgr.smithi049.rvwqxz (mgr.14180) 493 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:08.214238+0000 mgr.smithi049.rvwqxz (mgr.14180) 494 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:09.977 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:11.477 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:10.056765+0000 mgr.smithi049.rvwqxz (mgr.14180) 495 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:10.056765+0000 mgr.smithi049.rvwqxz (mgr.14180) 495 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:12.147 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:12.147 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:12.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:12.057260+0000 mgr.smithi049.rvwqxz (mgr.14180) 496 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:12.140989+0000 mgr.smithi049.rvwqxz (mgr.14180) 497 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:13.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:12.057260+0000 mgr.smithi049.rvwqxz (mgr.14180) 496 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:13.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:12.140989+0000 mgr.smithi049.rvwqxz (mgr.14180) 497 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:13.772 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:15.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:14.057843+0000 mgr.smithi049.rvwqxz (mgr.14180) 498 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:14.057843+0000 mgr.smithi049.rvwqxz (mgr.14180) 498 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:16.136 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:16.137 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:16.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:16.058331+0000 mgr.smithi049.rvwqxz (mgr.14180) 499 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:16.131063+0000 mgr.smithi049.rvwqxz (mgr.14180) 500 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:17.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:16.058331+0000 mgr.smithi049.rvwqxz (mgr.14180) 499 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:17.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:16.131063+0000 mgr.smithi049.rvwqxz (mgr.14180) 500 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:17.862 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:19.478 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:18.058704+0000 mgr.smithi049.rvwqxz (mgr.14180) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:18.058704+0000 mgr.smithi049.rvwqxz (mgr.14180) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:20.289 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:20.289 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:20.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:20.059171+0000 mgr.smithi049.rvwqxz (mgr.14180) 502 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:21.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:20.283377+0000 mgr.smithi049.rvwqxz (mgr.14180) 503 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:20.059171+0000 mgr.smithi049.rvwqxz (mgr.14180) 502 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:20.283377+0000 mgr.smithi049.rvwqxz (mgr.14180) 503 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:21.985 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:23.433 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:22.059612+0000 mgr.smithi049.rvwqxz (mgr.14180) 504 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:22.059612+0000 mgr.smithi049.rvwqxz (mgr.14180) 504 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:24.119 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:24.119 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:24.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:25.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:24.059954+0000 mgr.smithi049.rvwqxz (mgr.14180) 505 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:25.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:24.114170+0000 mgr.smithi049.rvwqxz (mgr.14180) 506 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:25.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:24.059954+0000 mgr.smithi049.rvwqxz (mgr.14180) 505 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:25.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:24.114170+0000 mgr.smithi049.rvwqxz (mgr.14180) 506 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:25.900 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:27.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:26.060565+0000 mgr.smithi049.rvwqxz (mgr.14180) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:26.060565+0000 mgr.smithi049.rvwqxz (mgr.14180) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:28.071 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:28.072 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:28.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:29.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:28.060960+0000 mgr.smithi049.rvwqxz (mgr.14180) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:29.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:28.066110+0000 mgr.smithi049.rvwqxz (mgr.14180) 509 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:29.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:28.060960+0000 mgr.smithi049.rvwqxz (mgr.14180) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:29.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:28.066110+0000 mgr.smithi049.rvwqxz (mgr.14180) 509 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:29.760 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:31.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:30.061503+0000 mgr.smithi049.rvwqxz (mgr.14180) 510 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:31.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:30.061503+0000 mgr.smithi049.rvwqxz (mgr.14180) 510 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:31.982 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:31.983 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:32.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:33.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:31.977234+0000 mgr.smithi049.rvwqxz (mgr.14180) 511 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:33.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:32.061952+0000 mgr.smithi049.rvwqxz (mgr.14180) 512 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:33.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:31.977234+0000 mgr.smithi049.rvwqxz (mgr.14180) 511 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:33.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:32.061952+0000 mgr.smithi049.rvwqxz (mgr.14180) 512 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:33.706 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:35.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:34.062315+0000 mgr.smithi049.rvwqxz (mgr.14180) 513 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:35.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:34.062315+0000 mgr.smithi049.rvwqxz (mgr.14180) 513 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:35.961 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:35.961 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:36.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:35.955245+0000 mgr.smithi049.rvwqxz (mgr.14180) 514 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:36.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:35.955245+0000 mgr.smithi049.rvwqxz (mgr.14180) 514 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:36.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:37.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:36.062854+0000 mgr.smithi049.rvwqxz (mgr.14180) 515 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:37.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:36.062854+0000 mgr.smithi049.rvwqxz (mgr.14180) 515 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:37.726 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:39.465 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:38.063267+0000 mgr.smithi049.rvwqxz (mgr.14180) 516 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:39.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:38.063267+0000 mgr.smithi049.rvwqxz (mgr.14180) 516 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:39.908 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:39.909 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:40.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:39.903515+0000 mgr.smithi049.rvwqxz (mgr.14180) 517 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:40.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:39.903515+0000 mgr.smithi049.rvwqxz (mgr.14180) 517 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:40.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:41.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:40.063754+0000 mgr.smithi049.rvwqxz (mgr.14180) 518 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:41.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:40.063754+0000 mgr.smithi049.rvwqxz (mgr.14180) 518 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:41.687 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:43.420 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:42.064245+0000 mgr.smithi049.rvwqxz (mgr.14180) 519 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:43.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:42.064245+0000 mgr.smithi049.rvwqxz (mgr.14180) 519 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:43.854 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:43.855 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:43.848555+0000 mgr.smithi049.rvwqxz (mgr.14180) 520 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:44.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:43.848555+0000 mgr.smithi049.rvwqxz (mgr.14180) 520 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:44.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:45.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:44.064851+0000 mgr.smithi049.rvwqxz (mgr.14180) 521 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:45.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:44.064851+0000 mgr.smithi049.rvwqxz (mgr.14180) 521 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:45.668 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:47.441 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:46.065319+0000 mgr.smithi049.rvwqxz (mgr.14180) 522 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:46.065319+0000 mgr.smithi049.rvwqxz (mgr.14180) 522 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:47.886 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:47.886 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:48.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:47.881000+0000 mgr.smithi049.rvwqxz (mgr.14180) 523 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:48.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:47.881000+0000 mgr.smithi049.rvwqxz (mgr.14180) 523 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:48.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:48.065681+0000 mgr.smithi049.rvwqxz (mgr.14180) 524 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:49.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:48.065681+0000 mgr.smithi049.rvwqxz (mgr.14180) 524 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:49.732 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:51.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:50.066157+0000 mgr.smithi049.rvwqxz (mgr.14180) 525 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:51.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:50.066157+0000 mgr.smithi049.rvwqxz (mgr.14180) 525 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:52.011 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:52.011 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:52.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:52.005855+0000 mgr.smithi049.rvwqxz (mgr.14180) 526 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:52.066674+0000 mgr.smithi049.rvwqxz (mgr.14180) 527 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:53.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:52.005855+0000 mgr.smithi049.rvwqxz (mgr.14180) 526 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:53.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:52.066674+0000 mgr.smithi049.rvwqxz (mgr.14180) 527 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:53.820 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:55.487 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:54.067075+0000 mgr.smithi049.rvwqxz (mgr.14180) 528 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:54.067075+0000 mgr.smithi049.rvwqxz (mgr.14180) 528 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:55.923 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:55.923 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:55.917528+0000 mgr.smithi049.rvwqxz (mgr.14180) 529 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:56.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:55.917528+0000 mgr.smithi049.rvwqxz (mgr.14180) 529 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:56.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:56.067827+0000 mgr.smithi049.rvwqxz (mgr.14180) 530 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:56.067827+0000 mgr.smithi049.rvwqxz (mgr.14180) 530 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:18:57.694 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:59.420 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:18:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:18:58.068224+0000 mgr.smithi049.rvwqxz (mgr.14180) 531 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:18:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:18:58.068224+0000 mgr.smithi049.rvwqxz (mgr.14180) 531 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:59.849 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:18:59.849 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:18:59.843646+0000 mgr.smithi049.rvwqxz (mgr.14180) 532 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:00.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:18:59.843646+0000 mgr.smithi049.rvwqxz (mgr.14180) 532 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:00.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:01.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:00.068737+0000 mgr.smithi049.rvwqxz (mgr.14180) 533 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:01.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:00.068737+0000 mgr.smithi049.rvwqxz (mgr.14180) 533 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:01.605 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:03.302 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:02.069196+0000 mgr.smithi049.rvwqxz (mgr.14180) 534 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:03.697 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:03.697 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:02.069196+0000 mgr.smithi049.rvwqxz (mgr.14180) 534 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:04.448 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:03.691930+0000 mgr.smithi049.rvwqxz (mgr.14180) 535 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:04.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:04.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:03.691930+0000 mgr.smithi049.rvwqxz (mgr.14180) 535 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:05.470 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:05.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:04.069735+0000 mgr.smithi049.rvwqxz (mgr.14180) 536 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:05.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:04.069735+0000 mgr.smithi049.rvwqxz (mgr.14180) 536 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:07.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:06.070417+0000 mgr.smithi049.rvwqxz (mgr.14180) 537 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:07.685 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:07.686 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:06.070417+0000 mgr.smithi049.rvwqxz (mgr.14180) 537 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:08.429 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:07.680513+0000 mgr.smithi049.rvwqxz (mgr.14180) 538 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:08.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:08.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:07.680513+0000 mgr.smithi049.rvwqxz (mgr.14180) 538 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:09.451 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:09.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:08.070798+0000 mgr.smithi049.rvwqxz (mgr.14180) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:08.070798+0000 mgr.smithi049.rvwqxz (mgr.14180) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:11.706 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:11.706 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:11.728 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:10.071519+0000 mgr.smithi049.rvwqxz (mgr.14180) 540 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:11.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:10.071519+0000 mgr.smithi049.rvwqxz (mgr.14180) 540 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:12.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:11.701231+0000 mgr.smithi049.rvwqxz (mgr.14180) 541 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:12.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:12.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:11.701231+0000 mgr.smithi049.rvwqxz (mgr.14180) 541 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:13.541 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:13.576 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:12.071974+0000 mgr.smithi049.rvwqxz (mgr.14180) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:13.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:12.071974+0000 mgr.smithi049.rvwqxz (mgr.14180) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:15.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:14.072299+0000 mgr.smithi049.rvwqxz (mgr.14180) 543 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:15.702 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:15.702 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:15.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:14.072299+0000 mgr.smithi049.rvwqxz (mgr.14180) 543 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:16.440 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:15.696587+0000 mgr.smithi049.rvwqxz (mgr.14180) 544 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:16.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:16.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:15.696587+0000 mgr.smithi049.rvwqxz (mgr.14180) 544 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:17.462 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:17.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:16.072956+0000 mgr.smithi049.rvwqxz (mgr.14180) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:17.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:16.072956+0000 mgr.smithi049.rvwqxz (mgr.14180) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:19.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:18.073372+0000 mgr.smithi049.rvwqxz (mgr.14180) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:19.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:18.073372+0000 mgr.smithi049.rvwqxz (mgr.14180) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:19.760 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:19.760 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:20.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:19.755538+0000 mgr.smithi049.rvwqxz (mgr.14180) 547 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:20.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:20.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:19.755538+0000 mgr.smithi049.rvwqxz (mgr.14180) 547 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:21.627 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:21.663 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:20.074142+0000 mgr.smithi049.rvwqxz (mgr.14180) 548 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:20.074142+0000 mgr.smithi049.rvwqxz (mgr.14180) 548 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:23.468 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:22.074636+0000 mgr.smithi049.rvwqxz (mgr.14180) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:23.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:22.074636+0000 mgr.smithi049.rvwqxz (mgr.14180) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:23.900 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:23.900 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:24.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:23.894537+0000 mgr.smithi049.rvwqxz (mgr.14180) 550 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:24.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:24.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:23.894537+0000 mgr.smithi049.rvwqxz (mgr.14180) 550 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:25.665 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:25.699 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:24.075094+0000 mgr.smithi049.rvwqxz (mgr.14180) 551 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:24.075094+0000 mgr.smithi049.rvwqxz (mgr.14180) 551 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:27.341 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:26.075846+0000 mgr.smithi049.rvwqxz (mgr.14180) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:27.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:26.075846+0000 mgr.smithi049.rvwqxz (mgr.14180) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:27.769 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:27.769 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:28.473 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:27.763546+0000 mgr.smithi049.rvwqxz (mgr.14180) 553 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:28.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:28.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:27.763546+0000 mgr.smithi049.rvwqxz (mgr.14180) 553 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:29.496 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:29.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:28.076406+0000 mgr.smithi049.rvwqxz (mgr.14180) 554 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:29.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:28.076406+0000 mgr.smithi049.rvwqxz (mgr.14180) 554 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:31.641 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:31.641 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:31.662 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:30.077094+0000 mgr.smithi049.rvwqxz (mgr.14180) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:31.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:30.077094+0000 mgr.smithi049.rvwqxz (mgr.14180) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:32.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:32.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:31.635915+0000 mgr.smithi049.rvwqxz (mgr.14180) 556 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:32.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:31.635915+0000 mgr.smithi049.rvwqxz (mgr.14180) 556 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:33.435 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:32.077530+0000 mgr.smithi049.rvwqxz (mgr.14180) 557 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:33.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:32.077530+0000 mgr.smithi049.rvwqxz (mgr.14180) 557 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:35.462 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:35.462 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:35.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:34.078103+0000 mgr.smithi049.rvwqxz (mgr.14180) 558 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:34.078103+0000 mgr.smithi049.rvwqxz (mgr.14180) 558 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:36.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:36.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:35.456158+0000 mgr.smithi049.rvwqxz (mgr.14180) 559 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:35.456158+0000 mgr.smithi049.rvwqxz (mgr.14180) 559 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:37.190 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:37.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:36.078885+0000 mgr.smithi049.rvwqxz (mgr.14180) 560 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:37.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:36.078885+0000 mgr.smithi049.rvwqxz (mgr.14180) 560 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:39.432 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:39.432 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:39.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:38.079309+0000 mgr.smithi049.rvwqxz (mgr.14180) 561 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:38.079309+0000 mgr.smithi049.rvwqxz (mgr.14180) 561 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:40.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:40.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:39.426411+0000 mgr.smithi049.rvwqxz (mgr.14180) 562 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:40.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:39.426411+0000 mgr.smithi049.rvwqxz (mgr.14180) 562 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:41.146 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:41.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:40.079927+0000 mgr.smithi049.rvwqxz (mgr.14180) 563 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:41.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:40.079927+0000 mgr.smithi049.rvwqxz (mgr.14180) 563 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:43.304 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:43.304 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:43.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:42.080324+0000 mgr.smithi049.rvwqxz (mgr.14180) 564 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:43.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:42.080324+0000 mgr.smithi049.rvwqxz (mgr.14180) 564 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:44.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:44.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:43.298462+0000 mgr.smithi049.rvwqxz (mgr.14180) 565 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:44.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:43.298462+0000 mgr.smithi049.rvwqxz (mgr.14180) 565 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:45.016 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:45.711 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:44.080693+0000 mgr.smithi049.rvwqxz (mgr.14180) 566 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:45.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:44.080693+0000 mgr.smithi049.rvwqxz (mgr.14180) 566 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:47.318 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:47.318 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:47.680 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:46.081351+0000 mgr.smithi049.rvwqxz (mgr.14180) 567 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:47.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:46.081351+0000 mgr.smithi049.rvwqxz (mgr.14180) 567 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:48.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:48.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:47.312855+0000 mgr.smithi049.rvwqxz (mgr.14180) 568 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:48.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:47.312855+0000 mgr.smithi049.rvwqxz (mgr.14180) 568 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:49.044 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:49.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:48.081778+0000 mgr.smithi049.rvwqxz (mgr.14180) 569 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:49.728 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:48.081778+0000 mgr.smithi049.rvwqxz (mgr.14180) 569 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:51.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:51.129 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:51.453 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:50.082349+0000 mgr.smithi049.rvwqxz (mgr.14180) 570 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:51.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:50.082349+0000 mgr.smithi049.rvwqxz (mgr.14180) 570 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:51.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:52.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:51.123722+0000 mgr.smithi049.rvwqxz (mgr.14180) 571 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:52.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:51.123722+0000 mgr.smithi049.rvwqxz (mgr.14180) 571 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:52.906 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:53.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:52.082853+0000 mgr.smithi049.rvwqxz (mgr.14180) 572 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:53.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:52.082853+0000 mgr.smithi049.rvwqxz (mgr.14180) 572 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:55.171 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:55.172 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:59.963678Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:55.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:54.083444+0000 mgr.smithi049.rvwqxz (mgr.14180) 573 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:55.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:54.083444+0000 mgr.smithi049.rvwqxz (mgr.14180) 573 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:55.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:56.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:55.165887+0000 mgr.smithi049.rvwqxz (mgr.14180) 574 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:56.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:55.165887+0000 mgr.smithi049.rvwqxz (mgr.14180) 574 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:56.887 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:57.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:56.084047+0000 mgr.smithi049.rvwqxz (mgr.14180) 575 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:57.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:57.253932+0000 mon.smithi049 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.gcmqmb"}]: dispatch 2024-02-09T20:19:57.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:56.084047+0000 mgr.smithi049.rvwqxz (mgr.14180) 575 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:19:57.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:57.253932+0000 mon.smithi049 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.gcmqmb"}]: dispatch 2024-02-09T20:19:58.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:19:57.253446+0000 mgr.smithi049.rvwqxz (mgr.14180) 576 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:19:57.253616+0000 mgr.smithi049.rvwqxz (mgr.14180) 577 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:19:57.254521+0000 mgr.smithi049.rvwqxz (mgr.14180) 578 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.651 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:19:58.651 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.651 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:19:57.255989+0000 mgr.smithi049.rvwqxz (mgr.14180) 579 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.bmbtsl on smithi049 2024-02-09T20:19:58.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:19:57.253446+0000 mgr.smithi049.rvwqxz (mgr.14180) 576 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:19:58.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:19:57.253616+0000 mgr.smithi049.rvwqxz (mgr.14180) 577 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:19:57.254521+0000 mgr.smithi049.rvwqxz (mgr.14180) 578 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.744 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.gcmqmb ... 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:18:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:19:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:58.745 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:19:57.255989+0000 mgr.smithi049.rvwqxz (mgr.14180) 579 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.bmbtsl on smithi049 2024-02-09T20:19:59.073 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:19:59.073 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:59.699 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:19:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:19:58.084489+0000 mgr.smithi049.rvwqxz (mgr.14180) 580 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:59.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:19:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:19:58.084489+0000 mgr.smithi049.rvwqxz (mgr.14180) 580 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:59.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:19:59.067360+0000 mgr.smithi049.rvwqxz (mgr.14180) 581 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:00.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:00.000162+0000 mon.smithi049 (mon.0) 711 : cluster [INF] overall HEALTH_OK 2024-02-09T20:20:00.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:19:59.067360+0000 mgr.smithi049.rvwqxz (mgr.14180) 581 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:00.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:00.000162+0000 mon.smithi049 (mon.0) 711 : cluster [INF] overall HEALTH_OK 2024-02-09T20:20:00.803 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:01.513 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:00.085055+0000 mgr.smithi049.rvwqxz (mgr.14180) 582 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:01.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:00.085055+0000 mgr.smithi049.rvwqxz (mgr.14180) 582 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:03.006 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:03.006 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:03.703 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:02.085641+0000 mgr.smithi049.rvwqxz (mgr.14180) 583 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:03.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:03.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:02.085641+0000 mgr.smithi049.rvwqxz (mgr.14180) 583 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:04.727 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:04.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:03.000267+0000 mgr.smithi049.rvwqxz (mgr.14180) 584 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:04.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:03.000267+0000 mgr.smithi049.rvwqxz (mgr.14180) 584 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:05.490 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:04.086093+0000 mgr.smithi049.rvwqxz (mgr.14180) 585 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:05.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:04.086093+0000 mgr.smithi049.rvwqxz (mgr.14180) 585 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:06.943 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:06.943 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:07.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:06.086732+0000 mgr.smithi049.rvwqxz (mgr.14180) 586 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:07.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:06.937952+0000 mgr.smithi049.rvwqxz (mgr.14180) 587 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:07.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:06.086732+0000 mgr.smithi049.rvwqxz (mgr.14180) 586 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:07.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:06.937952+0000 mgr.smithi049.rvwqxz (mgr.14180) 587 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:08.659 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:09.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:08.087222+0000 mgr.smithi049.rvwqxz (mgr.14180) 588 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:08.087222+0000 mgr.smithi049.rvwqxz (mgr.14180) 588 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:10.886 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:10.886 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:11.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:10.087659+0000 mgr.smithi049.rvwqxz (mgr.14180) 589 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:11.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:10.880898+0000 mgr.smithi049.rvwqxz (mgr.14180) 590 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:11.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:11.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:10.087659+0000 mgr.smithi049.rvwqxz (mgr.14180) 589 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:11.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:10.880898+0000 mgr.smithi049.rvwqxz (mgr.14180) 590 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:12.681 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:13.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:12.088164+0000 mgr.smithi049.rvwqxz (mgr.14180) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:13.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:12.088164+0000 mgr.smithi049.rvwqxz (mgr.14180) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:14.983 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:14.983 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:15.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:14.088656+0000 mgr.smithi049.rvwqxz (mgr.14180) 592 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:15.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:15.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:14.088656+0000 mgr.smithi049.rvwqxz (mgr.14180) 592 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:16.730 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:16.741 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:14.977041+0000 mgr.smithi049.rvwqxz (mgr.14180) 593 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:16.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:14.977041+0000 mgr.smithi049.rvwqxz (mgr.14180) 593 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:17.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:16.089415+0000 mgr.smithi049.rvwqxz (mgr.14180) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:17.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:16.089415+0000 mgr.smithi049.rvwqxz (mgr.14180) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:19.015 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:19.016 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:19.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:18.089889+0000 mgr.smithi049.rvwqxz (mgr.14180) 595 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:19.710 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:18.089889+0000 mgr.smithi049.rvwqxz (mgr.14180) 595 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:19.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:20.730 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:20.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:19.009629+0000 mgr.smithi049.rvwqxz (mgr.14180) 596 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:20.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:19.009629+0000 mgr.smithi049.rvwqxz (mgr.14180) 596 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:20.090534+0000 mgr.smithi049.rvwqxz (mgr.14180) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:21.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:20.090534+0000 mgr.smithi049.rvwqxz (mgr.14180) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:22.906 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:22.907 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:23.741 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:22.090994+0000 mgr.smithi049.rvwqxz (mgr.14180) 598 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:23.741 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:22.900944+0000 mgr.smithi049.rvwqxz (mgr.14180) 599 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:23.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:22.090994+0000 mgr.smithi049.rvwqxz (mgr.14180) 598 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:23.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:22.900944+0000 mgr.smithi049.rvwqxz (mgr.14180) 599 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:23.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:24.765 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:25.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:24.091458+0000 mgr.smithi049.rvwqxz (mgr.14180) 600 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:24.091458+0000 mgr.smithi049.rvwqxz (mgr.14180) 600 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:27.152 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:27.152 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:27.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:26.092192+0000 mgr.smithi049.rvwqxz (mgr.14180) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:26.092192+0000 mgr.smithi049.rvwqxz (mgr.14180) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:27.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:28.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:27.146791+0000 mgr.smithi049.rvwqxz (mgr.14180) 602 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:28.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:27.146791+0000 mgr.smithi049.rvwqxz (mgr.14180) 602 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:28.994 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:28.092656+0000 mgr.smithi049.rvwqxz (mgr.14180) 603 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:29.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:28.092656+0000 mgr.smithi049.rvwqxz (mgr.14180) 603 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:31.262 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:31.262 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:31.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:30.093218+0000 mgr.smithi049.rvwqxz (mgr.14180) 604 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:31.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:30.093218+0000 mgr.smithi049.rvwqxz (mgr.14180) 604 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:32.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:32.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:31.256628+0000 mgr.smithi049.rvwqxz (mgr.14180) 605 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:32.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:31.256628+0000 mgr.smithi049.rvwqxz (mgr.14180) 605 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:33.075 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:33.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:32.093624+0000 mgr.smithi049.rvwqxz (mgr.14180) 606 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:33.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:32.093624+0000 mgr.smithi049.rvwqxz (mgr.14180) 606 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:35.347 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:35.348 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:35.704 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:34.093973+0000 mgr.smithi049.rvwqxz (mgr.14180) 607 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:35.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:34.093973+0000 mgr.smithi049.rvwqxz (mgr.14180) 607 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:36.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:35.342355+0000 mgr.smithi049.rvwqxz (mgr.14180) 608 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:36.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:35.342355+0000 mgr.smithi049.rvwqxz (mgr.14180) 608 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:37.126 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:37.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:36.094692+0000 mgr.smithi049.rvwqxz (mgr.14180) 609 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:37.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:36.094692+0000 mgr.smithi049.rvwqxz (mgr.14180) 609 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:39.357 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:39.357 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:39.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:38.095338+0000 mgr.smithi049.rvwqxz (mgr.14180) 610 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:38.095338+0000 mgr.smithi049.rvwqxz (mgr.14180) 610 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:40.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:40.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:39.351895+0000 mgr.smithi049.rvwqxz (mgr.14180) 611 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:40.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:39.351895+0000 mgr.smithi049.rvwqxz (mgr.14180) 611 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:41.038 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:41.736 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:40.095837+0000 mgr.smithi049.rvwqxz (mgr.14180) 612 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:41.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:40.095837+0000 mgr.smithi049.rvwqxz (mgr.14180) 612 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:43.211 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:43.212 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:43.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:42.096339+0000 mgr.smithi049.rvwqxz (mgr.14180) 613 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:43.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:42.096339+0000 mgr.smithi049.rvwqxz (mgr.14180) 613 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:43.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:44.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:43.205820+0000 mgr.smithi049.rvwqxz (mgr.14180) 614 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:44.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:43.205820+0000 mgr.smithi049.rvwqxz (mgr.14180) 614 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:44.822 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:45.574 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:44.096960+0000 mgr.smithi049.rvwqxz (mgr.14180) 615 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:44.096960+0000 mgr.smithi049.rvwqxz (mgr.14180) 615 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:47.224 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:47.224 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:47.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:46.097714+0000 mgr.smithi049.rvwqxz (mgr.14180) 616 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:47.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:46.097714+0000 mgr.smithi049.rvwqxz (mgr.14180) 616 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:48.883 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:48.916 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:47.218403+0000 mgr.smithi049.rvwqxz (mgr.14180) 617 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:48.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:47.218403+0000 mgr.smithi049.rvwqxz (mgr.14180) 617 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:49.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:48.098092+0000 mgr.smithi049.rvwqxz (mgr.14180) 618 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:48.098092+0000 mgr.smithi049.rvwqxz (mgr.14180) 618 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:51.133 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:51.133 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:51.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:50.098516+0000 mgr.smithi049.rvwqxz (mgr.14180) 619 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:51.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:50.098516+0000 mgr.smithi049.rvwqxz (mgr.14180) 619 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:52.804 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:52.837 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:51.127541+0000 mgr.smithi049.rvwqxz (mgr.14180) 620 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:52.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:51.127541+0000 mgr.smithi049.rvwqxz (mgr.14180) 620 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:53.876 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:52.099017+0000 mgr.smithi049.rvwqxz (mgr.14180) 621 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:52.099017+0000 mgr.smithi049.rvwqxz (mgr.14180) 621 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:55.167 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:55.167 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:55.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:54.099478+0000 mgr.smithi049.rvwqxz (mgr.14180) 622 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:55.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:54.099478+0000 mgr.smithi049.rvwqxz (mgr.14180) 622 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:56.911 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:56.944 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:55.161693+0000 mgr.smithi049.rvwqxz (mgr.14180) 623 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:55.161693+0000 mgr.smithi049.rvwqxz (mgr.14180) 623 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:57.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:56.100090+0000 mgr.smithi049.rvwqxz (mgr.14180) 624 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:56.100090+0000 mgr.smithi049.rvwqxz (mgr.14180) 624 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:20:59.127 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:20:59.127 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:59.747 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:20:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:20:58.100483+0000 mgr.smithi049.rvwqxz (mgr.14180) 625 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:59.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:20:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:20:58.100483+0000 mgr.smithi049.rvwqxz (mgr.14180) 625 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:00.768 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:00.802 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:20:59.122073+0000 mgr.smithi049.rvwqxz (mgr.14180) 626 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:00.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:20:59.122073+0000 mgr.smithi049.rvwqxz (mgr.14180) 626 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:01.849 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:00.101081+0000 mgr.smithi049.rvwqxz (mgr.14180) 627 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:00.101081+0000 mgr.smithi049.rvwqxz (mgr.14180) 627 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:02.913 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:02.913 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:03.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:02.101632+0000 mgr.smithi049.rvwqxz (mgr.14180) 628 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:02.907267+0000 mgr.smithi049.rvwqxz (mgr.14180) 629 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:02.101632+0000 mgr.smithi049.rvwqxz (mgr.14180) 628 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:02.907267+0000 mgr.smithi049.rvwqxz (mgr.14180) 629 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:04.652 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:04.102144+0000 mgr.smithi049.rvwqxz (mgr.14180) 630 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:04.102144+0000 mgr.smithi049.rvwqxz (mgr.14180) 630 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:06.785 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:06.785 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:07.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:07.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:06.102684+0000 mgr.smithi049.rvwqxz (mgr.14180) 631 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:07.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:06.778564+0000 mgr.smithi049.rvwqxz (mgr.14180) 632 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:06.102684+0000 mgr.smithi049.rvwqxz (mgr.14180) 631 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:06.778564+0000 mgr.smithi049.rvwqxz (mgr.14180) 632 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:08.415 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:09.799 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:08.103196+0000 mgr.smithi049.rvwqxz (mgr.14180) 633 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:08.103196+0000 mgr.smithi049.rvwqxz (mgr.14180) 633 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:10.569 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:10.569 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:11.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:10.103752+0000 mgr.smithi049.rvwqxz (mgr.14180) 634 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:10.563529+0000 mgr.smithi049.rvwqxz (mgr.14180) 635 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:10.103752+0000 mgr.smithi049.rvwqxz (mgr.14180) 634 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:10.563529+0000 mgr.smithi049.rvwqxz (mgr.14180) 635 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:12.282 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:13.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:12.104265+0000 mgr.smithi049.rvwqxz (mgr.14180) 636 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:12.104265+0000 mgr.smithi049.rvwqxz (mgr.14180) 636 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:14.523 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:14.524 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:15.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:14.104820+0000 mgr.smithi049.rvwqxz (mgr.14180) 637 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:14.518257+0000 mgr.smithi049.rvwqxz (mgr.14180) 638 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:14.104820+0000 mgr.smithi049.rvwqxz (mgr.14180) 637 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:14.518257+0000 mgr.smithi049.rvwqxz (mgr.14180) 638 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:16.331 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:17.744 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:16.105584+0000 mgr.smithi049.rvwqxz (mgr.14180) 639 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:16.105584+0000 mgr.smithi049.rvwqxz (mgr.14180) 639 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:18.453 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:18.453 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:19.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:18.106123+0000 mgr.smithi049.rvwqxz (mgr.14180) 640 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:18.445958+0000 mgr.smithi049.rvwqxz (mgr.14180) 641 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:20.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:18.106123+0000 mgr.smithi049.rvwqxz (mgr.14180) 640 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:20.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:18.445958+0000 mgr.smithi049.rvwqxz (mgr.14180) 641 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:20.207 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:21.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:20.106706+0000 mgr.smithi049.rvwqxz (mgr.14180) 642 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:20.106706+0000 mgr.smithi049.rvwqxz (mgr.14180) 642 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:22.561 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:22.561 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:23.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:23.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:22.107148+0000 mgr.smithi049.rvwqxz (mgr.14180) 643 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:23.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:22.554974+0000 mgr.smithi049.rvwqxz (mgr.14180) 644 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:22.107148+0000 mgr.smithi049.rvwqxz (mgr.14180) 643 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:22.554974+0000 mgr.smithi049.rvwqxz (mgr.14180) 644 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:24.373 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:25.889 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:24.107757+0000 mgr.smithi049.rvwqxz (mgr.14180) 645 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:24.107757+0000 mgr.smithi049.rvwqxz (mgr.14180) 645 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:26.636 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:26.636 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:27.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:26.108254+0000 mgr.smithi049.rvwqxz (mgr.14180) 646 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:26.630676+0000 mgr.smithi049.rvwqxz (mgr.14180) 647 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:26.108254+0000 mgr.smithi049.rvwqxz (mgr.14180) 646 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:27.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:26.630676+0000 mgr.smithi049.rvwqxz (mgr.14180) 647 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:28.404 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:29.945 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:28.108833+0000 mgr.smithi049.rvwqxz (mgr.14180) 648 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:28.108833+0000 mgr.smithi049.rvwqxz (mgr.14180) 648 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:30.690 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:30.690 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:31.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:31.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:30.109379+0000 mgr.smithi049.rvwqxz (mgr.14180) 649 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:31.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:30.683638+0000 mgr.smithi049.rvwqxz (mgr.14180) 650 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:30.109379+0000 mgr.smithi049.rvwqxz (mgr.14180) 649 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:30.683638+0000 mgr.smithi049.rvwqxz (mgr.14180) 650 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:32.442 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:33.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:32.110052+0000 mgr.smithi049.rvwqxz (mgr.14180) 651 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:32.110052+0000 mgr.smithi049.rvwqxz (mgr.14180) 651 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:34.656 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:34.656 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:35.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:35.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:34.110456+0000 mgr.smithi049.rvwqxz (mgr.14180) 652 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:34.651007+0000 mgr.smithi049.rvwqxz (mgr.14180) 653 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:34.110456+0000 mgr.smithi049.rvwqxz (mgr.14180) 652 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:34.651007+0000 mgr.smithi049.rvwqxz (mgr.14180) 653 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:36.456 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:37.965 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:36.111193+0000 mgr.smithi049.rvwqxz (mgr.14180) 654 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:36.111193+0000 mgr.smithi049.rvwqxz (mgr.14180) 654 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:38.660 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:38.660 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:39.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:38.111638+0000 mgr.smithi049.rvwqxz (mgr.14180) 655 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:38.654860+0000 mgr.smithi049.rvwqxz (mgr.14180) 656 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:38.111638+0000 mgr.smithi049.rvwqxz (mgr.14180) 655 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:38.654860+0000 mgr.smithi049.rvwqxz (mgr.14180) 656 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:40.453 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:40.112150+0000 mgr.smithi049.rvwqxz (mgr.14180) 657 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:40.112150+0000 mgr.smithi049.rvwqxz (mgr.14180) 657 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:42.732 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:42.732 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:43.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:43.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:42.112623+0000 mgr.smithi049.rvwqxz (mgr.14180) 658 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:42.725821+0000 mgr.smithi049.rvwqxz (mgr.14180) 659 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:42.112623+0000 mgr.smithi049.rvwqxz (mgr.14180) 658 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:43.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:42.725821+0000 mgr.smithi049.rvwqxz (mgr.14180) 659 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:44.516 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:45.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:44.113062+0000 mgr.smithi049.rvwqxz (mgr.14180) 660 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:45.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:44.113062+0000 mgr.smithi049.rvwqxz (mgr.14180) 660 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:46.775 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:46.775 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:46.113653+0000 mgr.smithi049.rvwqxz (mgr.14180) 661 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:46.769197+0000 mgr.smithi049.rvwqxz (mgr.14180) 662 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:47.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:46.113653+0000 mgr.smithi049.rvwqxz (mgr.14180) 661 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:47.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:46.769197+0000 mgr.smithi049.rvwqxz (mgr.14180) 662 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:47.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:48.564 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:48.114231+0000 mgr.smithi049.rvwqxz (mgr.14180) 663 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:49.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:48.114231+0000 mgr.smithi049.rvwqxz (mgr.14180) 663 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:50.734 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:50.734 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:51.440 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:50.114693+0000 mgr.smithi049.rvwqxz (mgr.14180) 664 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:51.440 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:50.728300+0000 mgr.smithi049.rvwqxz (mgr.14180) 665 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:51.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:51.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:50.114693+0000 mgr.smithi049.rvwqxz (mgr.14180) 664 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:51.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:50.728300+0000 mgr.smithi049.rvwqxz (mgr.14180) 665 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:52.465 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:52.115169+0000 mgr.smithi049.rvwqxz (mgr.14180) 666 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:53.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:52.115169+0000 mgr.smithi049.rvwqxz (mgr.14180) 666 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:54.666 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:54.666 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:55.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:54.115592+0000 mgr.smithi049.rvwqxz (mgr.14180) 667 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:55.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:54.660576+0000 mgr.smithi049.rvwqxz (mgr.14180) 668 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:55.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:54.115592+0000 mgr.smithi049.rvwqxz (mgr.14180) 667 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:54.660576+0000 mgr.smithi049.rvwqxz (mgr.14180) 668 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:56.470 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:57.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:56.116174+0000 mgr.smithi049.rvwqxz (mgr.14180) 669 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:57.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:56.116174+0000 mgr.smithi049.rvwqxz (mgr.14180) 669 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:21:58.694 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:21:58.695 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:59.435 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:21:58.116566+0000 mgr.smithi049.rvwqxz (mgr.14180) 670 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:59.435 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:21:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:21:58.688956+0000 mgr.smithi049.rvwqxz (mgr.14180) 671 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:59.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:21:58.116566+0000 mgr.smithi049.rvwqxz (mgr.14180) 670 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:21:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:21:58.688956+0000 mgr.smithi049.rvwqxz (mgr.14180) 671 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:00.457 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:01.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:00.117113+0000 mgr.smithi049.rvwqxz (mgr.14180) 672 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:01.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:00.117113+0000 mgr.smithi049.rvwqxz (mgr.14180) 672 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:02.622 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:02.623 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:03.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:02.117570+0000 mgr.smithi049.rvwqxz (mgr.14180) 673 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:03.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:02.616768+0000 mgr.smithi049.rvwqxz (mgr.14180) 674 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:03.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:02.117570+0000 mgr.smithi049.rvwqxz (mgr.14180) 673 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:02.616768+0000 mgr.smithi049.rvwqxz (mgr.14180) 674 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:04.337 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:05.443 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:04.118114+0000 mgr.smithi049.rvwqxz (mgr.14180) 675 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:04.118114+0000 mgr.smithi049.rvwqxz (mgr.14180) 675 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:06.597 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:06.598 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:07.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:07.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:06.118692+0000 mgr.smithi049.rvwqxz (mgr.14180) 676 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:07.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:06.591052+0000 mgr.smithi049.rvwqxz (mgr.14180) 677 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:07.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:06.118692+0000 mgr.smithi049.rvwqxz (mgr.14180) 676 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:07.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:06.591052+0000 mgr.smithi049.rvwqxz (mgr.14180) 677 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:08.305 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:09.423 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:08.119173+0000 mgr.smithi049.rvwqxz (mgr.14180) 678 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:08.119173+0000 mgr.smithi049.rvwqxz (mgr.14180) 678 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:10.507 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:10.507 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:11.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:10.119948+0000 mgr.smithi049.rvwqxz (mgr.14180) 679 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:10.501897+0000 mgr.smithi049.rvwqxz (mgr.14180) 680 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:11.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:10.119948+0000 mgr.smithi049.rvwqxz (mgr.14180) 679 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:11.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:10.501897+0000 mgr.smithi049.rvwqxz (mgr.14180) 680 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:12.307 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:12.120413+0000 mgr.smithi049.rvwqxz (mgr.14180) 681 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:13.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:12.120413+0000 mgr.smithi049.rvwqxz (mgr.14180) 681 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:14.346 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:14.346 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:15.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:14.120767+0000 mgr.smithi049.rvwqxz (mgr.14180) 682 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:14.340544+0000 mgr.smithi049.rvwqxz (mgr.14180) 683 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:15.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:14.120767+0000 mgr.smithi049.rvwqxz (mgr.14180) 682 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:15.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:14.340544+0000 mgr.smithi049.rvwqxz (mgr.14180) 683 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:16.124 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:16.121482+0000 mgr.smithi049.rvwqxz (mgr.14180) 684 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:17.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:16.121482+0000 mgr.smithi049.rvwqxz (mgr.14180) 684 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:18.332 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:18.332 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:19.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:18.121891+0000 mgr.smithi049.rvwqxz (mgr.14180) 685 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:18.327104+0000 mgr.smithi049.rvwqxz (mgr.14180) 686 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:19.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:18.121891+0000 mgr.smithi049.rvwqxz (mgr.14180) 685 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:19.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:18.327104+0000 mgr.smithi049.rvwqxz (mgr.14180) 686 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:20.097 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:20.122418+0000 mgr.smithi049.rvwqxz (mgr.14180) 687 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:21.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:20.122418+0000 mgr.smithi049.rvwqxz (mgr.14180) 687 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:22.286 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:22.286 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:22.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:22.122901+0000 mgr.smithi049.rvwqxz (mgr.14180) 688 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:22.279600+0000 mgr.smithi049.rvwqxz (mgr.14180) 689 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:22.122901+0000 mgr.smithi049.rvwqxz (mgr.14180) 688 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:23.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:22.279600+0000 mgr.smithi049.rvwqxz (mgr.14180) 689 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:23.940 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:25.428 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:24.123367+0000 mgr.smithi049.rvwqxz (mgr.14180) 690 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:25.504 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:24.123367+0000 mgr.smithi049.rvwqxz (mgr.14180) 690 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:26.174 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:26.174 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:21.929246Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:49.905092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.phonkx on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-phonkx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.phonkx\nDeploy daemon haproxy.nfs.foo.smithi080.phonkx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:14:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.153042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.khvokb on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-khvokb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.khvokb\nDeploy daemon haproxy.nfs.foo.smithi049.khvokb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:19.158036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.qyqqrb on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:21.929905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:21.929402Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:21.929491Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:21.929969Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:21.929566Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:21.929635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:26.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:27.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:26.123881+0000 mgr.smithi049.rvwqxz (mgr.14180) 691 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:27.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:26.168244+0000 mgr.smithi049.rvwqxz (mgr.14180) 692 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:27.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:27.045688+0000 mon.smithi049 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.bmbtsl"}]: dispatch 2024-02-09T20:22:27.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:27.050547+0000 mon.smithi049 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:26.123881+0000 mgr.smithi049.rvwqxz (mgr.14180) 691 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:26.168244+0000 mgr.smithi049.rvwqxz (mgr.14180) 692 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:27.045688+0000 mon.smithi049 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.bmbtsl"}]: dispatch 2024-02-09T20:22:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:27.050547+0000 mon.smithi049 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:27.845 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:27.045231+0000 mgr.smithi049.rvwqxz (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:27.045398+0000 mgr.smithi049.rvwqxz (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:27.046259+0000 mgr.smithi049.rvwqxz (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:27.047440+0000 mgr.smithi049.rvwqxz (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:27.048444+0000 mgr.smithi049.rvwqxz (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:27.049088+0000 mgr.smithi049.rvwqxz (mgr.14180) 698 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:27.230023+0000 mon.smithi049 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:22:28.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:27.294662+0000 mon.smithi049 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:27.045231+0000 mgr.smithi049.rvwqxz (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:27.045398+0000 mgr.smithi049.rvwqxz (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:27.046259+0000 mgr.smithi049.rvwqxz (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl 2024-02-09T20:22:28.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.bmbtsl ... 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:20:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:21:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:27.047440+0000 mgr.smithi049.rvwqxz (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:27.048444+0000 mgr.smithi049.rvwqxz (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:27.049088+0000 mgr.smithi049.rvwqxz (mgr.14180) 698 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:27.230023+0000 mon.smithi049 (mon.0) 714 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:22:28.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:27.294662+0000 mon.smithi049 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:30.683 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:30.683 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:17:27.651608Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:17:27.651678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:17:27.651744Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:17:27.652207Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:17:27.651531Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:17:27.651386Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:17:27.652272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:17:27.651810Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:17:27.651940Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:17:27.651875Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:29.049630+0000 mgr.smithi049.rvwqxz (mgr.14180) 699 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:29.950990+0000 mon.smithi049 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.079522+0000 mon.smithi049 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.362071+0000 mon.smithi049 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.362771+0000 mon.smithi049 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.363421+0000 mon.smithi049 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.364030+0000 mon.smithi049 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.367990+0000 mon.smithi049 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:31.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:29.049630+0000 mgr.smithi049.rvwqxz (mgr.14180) 699 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:31.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:29.950990+0000 mon.smithi049 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:31.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.079522+0000 mon.smithi049 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:31.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.362071+0000 mon.smithi049 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.362771+0000 mon.smithi049 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.363421+0000 mon.smithi049 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.364030+0000 mon.smithi049 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:31.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.367990+0000 mon.smithi049 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:32.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:30.364512+0000 mgr.smithi049.rvwqxz (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 2712M 2024-02-09T20:22:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:30.677444+0000 mgr.smithi049.rvwqxz (mgr.14180) 701 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:30.364512+0000 mgr.smithi049.rvwqxz (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 2712M 2024-02-09T20:22:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:30.677444+0000 mgr.smithi049.rvwqxz (mgr.14180) 701 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:33.002 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:31.050320+0000 mgr.smithi049.rvwqxz (mgr.14180) 702 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:33.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:31.050320+0000 mgr.smithi049.rvwqxz (mgr.14180) 702 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:33.050841+0000 mgr.smithi049.rvwqxz (mgr.14180) 703 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:34.525995+0000 mon.smithi049 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:35.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:33.050841+0000 mgr.smithi049.rvwqxz (mgr.14180) 703 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-09T20:22:35.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:34.525995+0000 mon.smithi049 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.144 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:36.145 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:36.493 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:35.051525+0000 mgr.smithi049.rvwqxz (mgr.14180) 704 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 374 B/s rd, 0 op/s 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.411205+0000 mon.smithi049 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.799186+0000 mon.smithi049 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.799811+0000 mon.smithi049 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.800337+0000 mon.smithi049 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.800825+0000 mon.smithi049 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:35.801233+0000 mgr.smithi049.rvwqxz (mgr.14180) 705 : cephadm [INF] Adjusting osd_memory_target on smithi049 to 1944M 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.804822+0000 mon.smithi049 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.805693+0000 mon.smithi049 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.806274+0000 mon.smithi049 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.809944+0000 mon.smithi049 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:35.810394+0000 mgr.smithi049.rvwqxz (mgr.14180) 706 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-09T20:22:36.494 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.813601+0000 mon.smithi049 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:22:36.495 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:35.820034+0000 mon.smithi049 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.495 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:22:35.822187+0000 mgr.smithi049.rvwqxz (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.boiaym on smithi080 2024-02-09T20:22:36.495 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:35.961226+0000 mon.smithi049 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:22:36.495 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:35.961249+0000 mon.smithi049 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-09T20:22:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:35.051525+0000 mgr.smithi049.rvwqxz (mgr.14180) 704 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 374 B/s rd, 0 op/s 2024-02-09T20:22:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.411205+0000 mon.smithi049 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.799186+0000 mon.smithi049 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.799811+0000 mon.smithi049 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.800337+0000 mon.smithi049 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.800825+0000 mon.smithi049 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:35.801233+0000 mgr.smithi049.rvwqxz (mgr.14180) 705 : cephadm [INF] Adjusting osd_memory_target on smithi049 to 1944M 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.804822+0000 mon.smithi049 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.805693+0000 mon.smithi049 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.806274+0000 mon.smithi049 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.809944+0000 mon.smithi049 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:35.810394+0000 mgr.smithi049.rvwqxz (mgr.14180) 706 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 211 B/s rd, 0 op/s 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.813601+0000 mon.smithi049 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:35.820034+0000 mon.smithi049 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:22:35.822187+0000 mgr.smithi049.rvwqxz (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.boiaym on smithi080 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:35.961226+0000 mon.smithi049 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:22:36.743 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:35.961249+0000 mon.smithi049 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-09T20:22:36.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:37.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:36.139323+0000 mgr.smithi049.rvwqxz (mgr.14180) 708 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:37.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:36.139323+0000 mgr.smithi049.rvwqxz (mgr.14180) 708 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:37.956 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:38.731 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:37.810842+0000 mgr.smithi049.rvwqxz (mgr.14180) 709 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:38.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:37.810842+0000 mgr.smithi049.rvwqxz (mgr.14180) 709 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:40.185 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:40.186 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:40.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:39.811366+0000 mgr.smithi049.rvwqxz (mgr.14180) 710 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:39.811366+0000 mgr.smithi049.rvwqxz (mgr.14180) 710 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:41.820 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:40.180373+0000 mgr.smithi049.rvwqxz (mgr.14180) 711 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:40.180373+0000 mgr.smithi049.rvwqxz (mgr.14180) 711 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:43.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:41.811858+0000 mgr.smithi049.rvwqxz (mgr.14180) 712 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:43.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:41.811858+0000 mgr.smithi049.rvwqxz (mgr.14180) 712 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:43.991 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:43.991 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:44.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:45.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:43.812281+0000 mgr.smithi049.rvwqxz (mgr.14180) 713 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:45.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:43.985951+0000 mgr.smithi049.rvwqxz (mgr.14180) 714 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:43.812281+0000 mgr.smithi049.rvwqxz (mgr.14180) 713 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:43.985951+0000 mgr.smithi049.rvwqxz (mgr.14180) 714 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:45.725 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:47.175 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:45.812814+0000 mgr.smithi049.rvwqxz (mgr.14180) 715 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:47.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:45.812814+0000 mgr.smithi049.rvwqxz (mgr.14180) 715 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:22:47.932 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:47.933 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:48.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:47.813234+0000 mgr.smithi049.rvwqxz (mgr.14180) 716 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:47.926755+0000 mgr.smithi049.rvwqxz (mgr.14180) 717 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:47.813234+0000 mgr.smithi049.rvwqxz (mgr.14180) 716 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:47.926755+0000 mgr.smithi049.rvwqxz (mgr.14180) 717 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:49.639 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:49.527224+0000 mon.smithi049 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:49.813788+0000 mgr.smithi049.rvwqxz (mgr.14180) 718 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:51.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:49.527224+0000 mon.smithi049 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:22:51.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:49.813788+0000 mgr.smithi049.rvwqxz (mgr.14180) 718 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:51.823 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:51.823 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:52.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:51.814237+0000 mgr.smithi049.rvwqxz (mgr.14180) 719 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:51.817351+0000 mgr.smithi049.rvwqxz (mgr.14180) 720 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:51.814237+0000 mgr.smithi049.rvwqxz (mgr.14180) 719 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:51.817351+0000 mgr.smithi049.rvwqxz (mgr.14180) 720 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:53.626 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:53.814570+0000 mgr.smithi049.rvwqxz (mgr.14180) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:55.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:53.814570+0000 mgr.smithi049.rvwqxz (mgr.14180) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:56.032 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:56.032 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:56.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:57.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:55.815101+0000 mgr.smithi049.rvwqxz (mgr.14180) 722 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:55.815101+0000 mgr.smithi049.rvwqxz (mgr.14180) 722 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:22:57.708 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:58.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:56.026467+0000 mgr.smithi049.rvwqxz (mgr.14180) 723 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:56.026467+0000 mgr.smithi049.rvwqxz (mgr.14180) 723 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:22:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:57.815509+0000 mgr.smithi049.rvwqxz (mgr.14180) 724 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:59.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:22:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:57.815509+0000 mgr.smithi049.rvwqxz (mgr.14180) 724 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:59.954 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:22:59.954 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:00.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:01.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:22:59.816036+0000 mgr.smithi049.rvwqxz (mgr.14180) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:01.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:22:59.949145+0000 mgr.smithi049.rvwqxz (mgr.14180) 726 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:22:59.816036+0000 mgr.smithi049.rvwqxz (mgr.14180) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:22:59.949145+0000 mgr.smithi049.rvwqxz (mgr.14180) 726 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:01.755 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:03.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:01.816543+0000 mgr.smithi049.rvwqxz (mgr.14180) 727 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:03.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:01.816543+0000 mgr.smithi049.rvwqxz (mgr.14180) 727 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:03.987 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:03.988 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:04.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:05.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:03.816944+0000 mgr.smithi049.rvwqxz (mgr.14180) 728 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:05.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:03.981989+0000 mgr.smithi049.rvwqxz (mgr.14180) 729 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:03.816944+0000 mgr.smithi049.rvwqxz (mgr.14180) 728 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:03.981989+0000 mgr.smithi049.rvwqxz (mgr.14180) 729 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:05.701 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:07.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:05.817468+0000 mgr.smithi049.rvwqxz (mgr.14180) 730 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:07.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:05.817468+0000 mgr.smithi049.rvwqxz (mgr.14180) 730 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:07.882 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:07.883 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:08.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:07.817929+0000 mgr.smithi049.rvwqxz (mgr.14180) 731 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:07.876738+0000 mgr.smithi049.rvwqxz (mgr.14180) 732 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:09.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:07.817929+0000 mgr.smithi049.rvwqxz (mgr.14180) 731 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:09.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:07.876738+0000 mgr.smithi049.rvwqxz (mgr.14180) 732 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:09.651 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:11.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:09.818377+0000 mgr.smithi049.rvwqxz (mgr.14180) 733 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:11.243 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:09.818377+0000 mgr.smithi049.rvwqxz (mgr.14180) 733 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:11.951 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:11.951 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:12.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:11.818798+0000 mgr.smithi049.rvwqxz (mgr.14180) 734 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:11.945904+0000 mgr.smithi049.rvwqxz (mgr.14180) 735 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:11.818798+0000 mgr.smithi049.rvwqxz (mgr.14180) 734 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:11.945904+0000 mgr.smithi049.rvwqxz (mgr.14180) 735 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:13.669 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:15.172 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:13.819183+0000 mgr.smithi049.rvwqxz (mgr.14180) 736 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:13.819183+0000 mgr.smithi049.rvwqxz (mgr.14180) 736 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:15.955 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:15.955 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:16.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:17.249 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:15.819651+0000 mgr.smithi049.rvwqxz (mgr.14180) 737 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:17.250 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:15.950055+0000 mgr.smithi049.rvwqxz (mgr.14180) 738 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:15.819651+0000 mgr.smithi049.rvwqxz (mgr.14180) 737 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:15.950055+0000 mgr.smithi049.rvwqxz (mgr.14180) 738 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:17.688 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:19.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:17.820046+0000 mgr.smithi049.rvwqxz (mgr.14180) 739 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:19.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:17.820046+0000 mgr.smithi049.rvwqxz (mgr.14180) 739 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:19.982 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:19.982 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:20.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:19.820463+0000 mgr.smithi049.rvwqxz (mgr.14180) 740 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:19.976666+0000 mgr.smithi049.rvwqxz (mgr.14180) 741 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:19.820463+0000 mgr.smithi049.rvwqxz (mgr.14180) 740 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:19.976666+0000 mgr.smithi049.rvwqxz (mgr.14180) 741 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:21.782 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:21.820930+0000 mgr.smithi049.rvwqxz (mgr.14180) 742 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:23.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:21.820930+0000 mgr.smithi049.rvwqxz (mgr.14180) 742 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:24.038 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:24.039 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:24.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:25.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:23.821384+0000 mgr.smithi049.rvwqxz (mgr.14180) 743 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:23.821384+0000 mgr.smithi049.rvwqxz (mgr.14180) 743 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:25.770 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:26.239 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:24.033380+0000 mgr.smithi049.rvwqxz (mgr.14180) 744 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:24.033380+0000 mgr.smithi049.rvwqxz (mgr.14180) 744 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:27.201 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:25.821942+0000 mgr.smithi049.rvwqxz (mgr.14180) 745 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:27.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:25.821942+0000 mgr.smithi049.rvwqxz (mgr.14180) 745 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:27.936 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:27.936 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:28.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:27.822357+0000 mgr.smithi049.rvwqxz (mgr.14180) 746 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:27.930228+0000 mgr.smithi049.rvwqxz (mgr.14180) 747 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:27.822357+0000 mgr.smithi049.rvwqxz (mgr.14180) 746 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:27.930228+0000 mgr.smithi049.rvwqxz (mgr.14180) 747 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:29.706 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:31.196 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:29.822921+0000 mgr.smithi049.rvwqxz (mgr.14180) 748 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:29.822921+0000 mgr.smithi049.rvwqxz (mgr.14180) 748 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:31.917 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:31.917 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:32.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:33.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:31.823346+0000 mgr.smithi049.rvwqxz (mgr.14180) 749 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:33.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:31.911866+0000 mgr.smithi049.rvwqxz (mgr.14180) 750 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:31.823346+0000 mgr.smithi049.rvwqxz (mgr.14180) 749 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:31.911866+0000 mgr.smithi049.rvwqxz (mgr.14180) 750 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:33.768 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:33.823749+0000 mgr.smithi049.rvwqxz (mgr.14180) 751 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:35.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:33.823749+0000 mgr.smithi049.rvwqxz (mgr.14180) 751 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:36.017 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:36.017 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:36.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:35.824287+0000 mgr.smithi049.rvwqxz (mgr.14180) 752 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:35.824287+0000 mgr.smithi049.rvwqxz (mgr.14180) 752 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:37.701 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:38.006 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:36.012080+0000 mgr.smithi049.rvwqxz (mgr.14180) 753 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:36.012080+0000 mgr.smithi049.rvwqxz (mgr.14180) 753 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:39.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:37.824694+0000 mgr.smithi049.rvwqxz (mgr.14180) 754 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:39.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:37.824694+0000 mgr.smithi049.rvwqxz (mgr.14180) 754 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:39.982 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:39.982 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:40.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:41.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:39.825129+0000 mgr.smithi049.rvwqxz (mgr.14180) 755 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:41.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:39.976434+0000 mgr.smithi049.rvwqxz (mgr.14180) 756 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:41.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:39.825129+0000 mgr.smithi049.rvwqxz (mgr.14180) 755 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:41.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:39.976434+0000 mgr.smithi049.rvwqxz (mgr.14180) 756 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:41.767 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:43.171 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:41.825578+0000 mgr.smithi049.rvwqxz (mgr.14180) 757 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:43.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:41.825578+0000 mgr.smithi049.rvwqxz (mgr.14180) 757 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:43.816 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:43.817 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:44.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:43.810994+0000 mgr.smithi049.rvwqxz (mgr.14180) 758 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:43.825986+0000 mgr.smithi049.rvwqxz (mgr.14180) 759 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:43.810994+0000 mgr.smithi049.rvwqxz (mgr.14180) 758 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:43.825986+0000 mgr.smithi049.rvwqxz (mgr.14180) 759 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:45.516 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:47.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:45.826529+0000 mgr.smithi049.rvwqxz (mgr.14180) 760 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:47.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:45.826529+0000 mgr.smithi049.rvwqxz (mgr.14180) 760 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:47.681 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:47.681 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:48.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:47.675568+0000 mgr.smithi049.rvwqxz (mgr.14180) 761 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:47.826949+0000 mgr.smithi049.rvwqxz (mgr.14180) 762 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:47.675568+0000 mgr.smithi049.rvwqxz (mgr.14180) 761 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:47.826949+0000 mgr.smithi049.rvwqxz (mgr.14180) 762 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:49.431 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:51.197 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:49.827426+0000 mgr.smithi049.rvwqxz (mgr.14180) 763 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:49.827426+0000 mgr.smithi049.rvwqxz (mgr.14180) 763 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:51.624 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:51.625 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:52.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:51.619128+0000 mgr.smithi049.rvwqxz (mgr.14180) 764 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:51.828007+0000 mgr.smithi049.rvwqxz (mgr.14180) 765 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:51.619128+0000 mgr.smithi049.rvwqxz (mgr.14180) 764 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:51.828007+0000 mgr.smithi049.rvwqxz (mgr.14180) 765 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:53.389 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:55.186 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:53.828386+0000 mgr.smithi049.rvwqxz (mgr.14180) 766 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:53.828386+0000 mgr.smithi049.rvwqxz (mgr.14180) 766 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:55.635 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:55.635 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:56.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:55.630109+0000 mgr.smithi049.rvwqxz (mgr.14180) 767 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:55.829116+0000 mgr.smithi049.rvwqxz (mgr.14180) 768 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:57.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:55.630109+0000 mgr.smithi049.rvwqxz (mgr.14180) 767 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:57.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:55.829116+0000 mgr.smithi049.rvwqxz (mgr.14180) 768 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:23:57.342 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:59.152 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:23:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:57.829482+0000 mgr.smithi049.rvwqxz (mgr.14180) 769 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:59.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:23:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:57.829482+0000 mgr.smithi049.rvwqxz (mgr.14180) 769 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:59.613 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:23:59.613 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:00.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:23:59.607976+0000 mgr.smithi049.rvwqxz (mgr.14180) 770 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:23:59.829942+0000 mgr.smithi049.rvwqxz (mgr.14180) 771 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:23:59.607976+0000 mgr.smithi049.rvwqxz (mgr.14180) 770 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:23:59.829942+0000 mgr.smithi049.rvwqxz (mgr.14180) 771 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:01.365 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:03.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:01.830428+0000 mgr.smithi049.rvwqxz (mgr.14180) 772 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:01.830428+0000 mgr.smithi049.rvwqxz (mgr.14180) 772 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:03.563 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:03.564 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:04.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:05.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:03.557704+0000 mgr.smithi049.rvwqxz (mgr.14180) 773 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:05.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:03.830955+0000 mgr.smithi049.rvwqxz (mgr.14180) 774 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:05.379 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:03.557704+0000 mgr.smithi049.rvwqxz (mgr.14180) 773 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:03.830955+0000 mgr.smithi049.rvwqxz (mgr.14180) 774 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:07.180 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:05.831422+0000 mgr.smithi049.rvwqxz (mgr.14180) 775 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:07.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:05.831422+0000 mgr.smithi049.rvwqxz (mgr.14180) 775 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:07.675 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:07.675 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:08.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:09.442 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:09.474 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:07.669979+0000 mgr.smithi049.rvwqxz (mgr.14180) 776 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:09.474 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:07.831869+0000 mgr.smithi049.rvwqxz (mgr.14180) 777 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:07.669979+0000 mgr.smithi049.rvwqxz (mgr.14180) 776 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:07.831869+0000 mgr.smithi049.rvwqxz (mgr.14180) 777 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:11.257 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:09.832318+0000 mgr.smithi049.rvwqxz (mgr.14180) 778 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:09.832318+0000 mgr.smithi049.rvwqxz (mgr.14180) 778 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:11.677 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:11.678 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:12.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:13.366 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:13.401 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:11.672336+0000 mgr.smithi049.rvwqxz (mgr.14180) 779 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:13.401 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:11.832797+0000 mgr.smithi049.rvwqxz (mgr.14180) 780 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:11.672336+0000 mgr.smithi049.rvwqxz (mgr.14180) 779 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:11.832797+0000 mgr.smithi049.rvwqxz (mgr.14180) 780 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:15.250 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:13.833203+0000 mgr.smithi049.rvwqxz (mgr.14180) 781 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:13.833203+0000 mgr.smithi049.rvwqxz (mgr.14180) 781 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:15.707 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:15.708 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:16.407 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:15.702490+0000 mgr.smithi049.rvwqxz (mgr.14180) 782 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:16.407 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:15.833697+0000 mgr.smithi049.rvwqxz (mgr.14180) 783 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:16.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:15.702490+0000 mgr.smithi049.rvwqxz (mgr.14180) 782 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:15.833697+0000 mgr.smithi049.rvwqxz (mgr.14180) 783 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:17.431 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:19.221 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:17.834353+0000 mgr.smithi049.rvwqxz (mgr.14180) 784 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:19.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:17.834353+0000 mgr.smithi049.rvwqxz (mgr.14180) 784 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:19.719 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:19.719 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:20.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:19.714011+0000 mgr.smithi049.rvwqxz (mgr.14180) 785 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:19.834827+0000 mgr.smithi049.rvwqxz (mgr.14180) 786 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:19.714011+0000 mgr.smithi049.rvwqxz (mgr.14180) 785 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:19.834827+0000 mgr.smithi049.rvwqxz (mgr.14180) 786 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:21.477 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:23.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:21.835417+0000 mgr.smithi049.rvwqxz (mgr.14180) 787 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:23.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:21.835417+0000 mgr.smithi049.rvwqxz (mgr.14180) 787 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:23.671 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:23.671 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:24.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:23.666052+0000 mgr.smithi049.rvwqxz (mgr.14180) 788 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:23.835788+0000 mgr.smithi049.rvwqxz (mgr.14180) 789 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:25.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:23.666052+0000 mgr.smithi049.rvwqxz (mgr.14180) 788 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:25.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:23.835788+0000 mgr.smithi049.rvwqxz (mgr.14180) 789 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:25.486 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:25.836441+0000 mgr.smithi049.rvwqxz (mgr.14180) 790 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:27.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:25.836441+0000 mgr.smithi049.rvwqxz (mgr.14180) 790 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:27.684 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:27.684 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:28.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:27.678462+0000 mgr.smithi049.rvwqxz (mgr.14180) 791 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:27.836817+0000 mgr.smithi049.rvwqxz (mgr.14180) 792 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:27.678462+0000 mgr.smithi049.rvwqxz (mgr.14180) 791 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:27.836817+0000 mgr.smithi049.rvwqxz (mgr.14180) 792 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:29.496 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:30.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:29.837231+0000 mgr.smithi049.rvwqxz (mgr.14180) 793 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:29.837231+0000 mgr.smithi049.rvwqxz (mgr.14180) 793 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:31.717 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:31.717 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:32.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:31.711689+0000 mgr.smithi049.rvwqxz (mgr.14180) 794 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:31.837631+0000 mgr.smithi049.rvwqxz (mgr.14180) 795 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:33.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:31.711689+0000 mgr.smithi049.rvwqxz (mgr.14180) 794 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:33.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:31.837631+0000 mgr.smithi049.rvwqxz (mgr.14180) 795 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:33.421 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:35.240 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:33.838044+0000 mgr.smithi049.rvwqxz (mgr.14180) 796 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:33.838044+0000 mgr.smithi049.rvwqxz (mgr.14180) 796 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:35.665 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:35.666 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:36.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:35.660476+0000 mgr.smithi049.rvwqxz (mgr.14180) 797 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:35.838701+0000 mgr.smithi049.rvwqxz (mgr.14180) 798 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:35.660476+0000 mgr.smithi049.rvwqxz (mgr.14180) 797 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:35.838701+0000 mgr.smithi049.rvwqxz (mgr.14180) 798 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:37.326 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:38.979 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:37.839200+0000 mgr.smithi049.rvwqxz (mgr.14180) 799 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:39.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:37.839200+0000 mgr.smithi049.rvwqxz (mgr.14180) 799 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:39.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:39.430 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:40.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:41.193 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:41.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:39.424780+0000 mgr.smithi049.rvwqxz (mgr.14180) 800 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:41.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:39.839590+0000 mgr.smithi049.rvwqxz (mgr.14180) 801 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:39.424780+0000 mgr.smithi049.rvwqxz (mgr.14180) 800 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:39.839590+0000 mgr.smithi049.rvwqxz (mgr.14180) 801 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:43.064 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:41.840201+0000 mgr.smithi049.rvwqxz (mgr.14180) 802 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:43.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:41.840201+0000 mgr.smithi049.rvwqxz (mgr.14180) 802 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:43.477 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:43.477 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:44.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:43.472223+0000 mgr.smithi049.rvwqxz (mgr.14180) 803 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:43.840570+0000 mgr.smithi049.rvwqxz (mgr.14180) 804 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:45.244 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:43.472223+0000 mgr.smithi049.rvwqxz (mgr.14180) 803 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:43.840570+0000 mgr.smithi049.rvwqxz (mgr.14180) 804 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:47.038 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:45.841290+0000 mgr.smithi049.rvwqxz (mgr.14180) 805 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:47.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:45.841290+0000 mgr.smithi049.rvwqxz (mgr.14180) 805 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:47.513 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:47.513 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:48.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:49.234 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:47.507636+0000 mgr.smithi049.rvwqxz (mgr.14180) 806 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:47.841858+0000 mgr.smithi049.rvwqxz (mgr.14180) 807 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:47.507636+0000 mgr.smithi049.rvwqxz (mgr.14180) 806 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:47.841858+0000 mgr.smithi049.rvwqxz (mgr.14180) 807 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:51.125 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:49.842339+0000 mgr.smithi049.rvwqxz (mgr.14180) 808 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:49.842339+0000 mgr.smithi049.rvwqxz (mgr.14180) 808 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:51.540 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:51.540 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:52.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:51.535235+0000 mgr.smithi049.rvwqxz (mgr.14180) 809 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:51.842810+0000 mgr.smithi049.rvwqxz (mgr.14180) 810 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:51.535235+0000 mgr.smithi049.rvwqxz (mgr.14180) 809 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:51.842810+0000 mgr.smithi049.rvwqxz (mgr.14180) 810 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:53.259 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:55.124 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:53.843408+0000 mgr.smithi049.rvwqxz (mgr.14180) 811 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:53.843408+0000 mgr.smithi049.rvwqxz (mgr.14180) 811 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:55.522 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:55.522 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:56.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:57.213 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:55.516641+0000 mgr.smithi049.rvwqxz (mgr.14180) 812 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:55.844003+0000 mgr.smithi049.rvwqxz (mgr.14180) 813 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:57.248 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:55.516641+0000 mgr.smithi049.rvwqxz (mgr.14180) 812 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:57.248 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:55.844003+0000 mgr.smithi049.rvwqxz (mgr.14180) 813 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:24:59.054 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:24:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:57.844594+0000 mgr.smithi049.rvwqxz (mgr.14180) 814 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:24:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:57.844594+0000 mgr.smithi049.rvwqxz (mgr.14180) 814 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:59.492 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:24:59.493 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:00.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:24:59.487371+0000 mgr.smithi049.rvwqxz (mgr.14180) 815 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:24:59.845243+0000 mgr.smithi049.rvwqxz (mgr.14180) 816 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:24:59.487371+0000 mgr.smithi049.rvwqxz (mgr.14180) 815 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:01.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:24:59.845243+0000 mgr.smithi049.rvwqxz (mgr.14180) 816 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:01.264 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:03.152 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:01.845749+0000 mgr.smithi049.rvwqxz (mgr.14180) 817 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:03.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:01.845749+0000 mgr.smithi049.rvwqxz (mgr.14180) 817 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:03.575 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:03.575 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:19.159171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.kgtjar on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:04.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:03.569345+0000 mgr.smithi049.rvwqxz (mgr.14180) 818 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:03.846162+0000 mgr.smithi049.rvwqxz (mgr.14180) 819 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:05.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:03.569345+0000 mgr.smithi049.rvwqxz (mgr.14180) 818 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:05.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:03.846162+0000 mgr.smithi049.rvwqxz (mgr.14180) 819 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:05.352 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:06.202 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:05.867907+0000 mon.smithi049 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.boiaym"}]: dispatch 2024-02-09T20:25:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:05.867907+0000 mon.smithi049 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.boiaym"}]: dispatch 2024-02-09T20:25:07.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:05.846786+0000 mgr.smithi049.rvwqxz (mgr.14180) 820 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:07.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:25:05.867481+0000 mgr.smithi049.rvwqxz (mgr.14180) 821 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:25:07.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:25:05.867651+0000 mgr.smithi049.rvwqxz (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:25:05.868491+0000 mgr.smithi049.rvwqxz (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.237 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:25:07.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:25:05.869900+0000 mgr.smithi049.rvwqxz (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.ldjetd on smithi049 2024-02-09T20:25:07.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:05.846786+0000 mgr.smithi049.rvwqxz (mgr.14180) 820 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:07.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:25:05.867481+0000 mgr.smithi049.rvwqxz (mgr.14180) 821 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:25:07.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:25:05.867651+0000 mgr.smithi049.rvwqxz (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:25:05.868491+0000 mgr.smithi049.rvwqxz (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.boiaym ... 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23: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-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:23:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:24:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:25:07.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:25:05.869900+0000 mgr.smithi049.rvwqxz (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.ldjetd on smithi049 2024-02-09T20:25:07.650 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:07.650 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:08.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:07.644216+0000 mgr.smithi049.rvwqxz (mgr.14180) 825 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:07.847228+0000 mgr.smithi049.rvwqxz (mgr.14180) 826 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:09.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:07.644216+0000 mgr.smithi049.rvwqxz (mgr.14180) 825 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:09.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:07.847228+0000 mgr.smithi049.rvwqxz (mgr.14180) 826 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:09.329 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:11.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:09.847725+0000 mgr.smithi049.rvwqxz (mgr.14180) 827 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:11.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:09.847725+0000 mgr.smithi049.rvwqxz (mgr.14180) 827 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:11.795 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:11.796 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:12.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:11.789683+0000 mgr.smithi049.rvwqxz (mgr.14180) 828 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:11.848233+0000 mgr.smithi049.rvwqxz (mgr.14180) 829 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:11.789683+0000 mgr.smithi049.rvwqxz (mgr.14180) 828 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:13.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:11.848233+0000 mgr.smithi049.rvwqxz (mgr.14180) 829 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:13.494 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:15.220 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:13.848841+0000 mgr.smithi049.rvwqxz (mgr.14180) 830 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:15.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:13.848841+0000 mgr.smithi049.rvwqxz (mgr.14180) 830 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:15.646 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:15.647 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:16.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:15.641447+0000 mgr.smithi049.rvwqxz (mgr.14180) 831 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:15.849356+0000 mgr.smithi049.rvwqxz (mgr.14180) 832 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:15.641447+0000 mgr.smithi049.rvwqxz (mgr.14180) 831 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:17.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:15.849356+0000 mgr.smithi049.rvwqxz (mgr.14180) 832 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:17.357 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:19.040 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:17.849745+0000 mgr.smithi049.rvwqxz (mgr.14180) 833 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:19.478 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:19.478 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:17.849745+0000 mgr.smithi049.rvwqxz (mgr.14180) 833 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:20.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:21.246 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:19.473135+0000 mgr.smithi049.rvwqxz (mgr.14180) 834 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:19.850326+0000 mgr.smithi049.rvwqxz (mgr.14180) 835 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:19.473135+0000 mgr.smithi049.rvwqxz (mgr.14180) 834 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:19.850326+0000 mgr.smithi049.rvwqxz (mgr.14180) 835 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:23.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:21.850759+0000 mgr.smithi049.rvwqxz (mgr.14180) 836 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:23.380 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:23.381 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:21.850759+0000 mgr.smithi049.rvwqxz (mgr.14180) 836 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:24.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:25.007 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:25.442 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:23.375406+0000 mgr.smithi049.rvwqxz (mgr.14180) 837 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:25.442 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:23.851132+0000 mgr.smithi049.rvwqxz (mgr.14180) 838 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:25.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:23.375406+0000 mgr.smithi049.rvwqxz (mgr.14180) 837 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:25.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:23.851132+0000 mgr.smithi049.rvwqxz (mgr.14180) 838 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:27.227 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:27.227 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:27.248 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:25.851923+0000 mgr.smithi049.rvwqxz (mgr.14180) 839 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:25.851923+0000 mgr.smithi049.rvwqxz (mgr.14180) 839 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:27.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:28.905 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:27.221412+0000 mgr.smithi049.rvwqxz (mgr.14180) 840 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:27.852352+0000 mgr.smithi049.rvwqxz (mgr.14180) 841 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:29.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:27.221412+0000 mgr.smithi049.rvwqxz (mgr.14180) 840 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:29.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:27.852352+0000 mgr.smithi049.rvwqxz (mgr.14180) 841 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:31.213 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:31.213 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:31.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:29.852787+0000 mgr.smithi049.rvwqxz (mgr.14180) 842 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:31.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:29.852787+0000 mgr.smithi049.rvwqxz (mgr.14180) 842 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:31.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:32.932 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:33.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:31.207091+0000 mgr.smithi049.rvwqxz (mgr.14180) 843 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:33.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:31.853370+0000 mgr.smithi049.rvwqxz (mgr.14180) 844 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:33.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:31.207091+0000 mgr.smithi049.rvwqxz (mgr.14180) 843 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:33.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:31.853370+0000 mgr.smithi049.rvwqxz (mgr.14180) 844 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:35.181 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:35.181 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:35.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:33.853977+0000 mgr.smithi049.rvwqxz (mgr.14180) 845 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:35.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:33.853977+0000 mgr.smithi049.rvwqxz (mgr.14180) 845 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:35.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:36.942 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:37.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:35.175464+0000 mgr.smithi049.rvwqxz (mgr.14180) 846 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:37.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:35.854471+0000 mgr.smithi049.rvwqxz (mgr.14180) 847 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:37.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:35.175464+0000 mgr.smithi049.rvwqxz (mgr.14180) 846 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:37.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:35.854471+0000 mgr.smithi049.rvwqxz (mgr.14180) 847 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:38.368 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:37.855011+0000 mgr.smithi049.rvwqxz (mgr.14180) 848 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:38.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:37.855011+0000 mgr.smithi049.rvwqxz (mgr.14180) 848 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:39.037 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:39.037 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:39.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:40.796 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:39.031226+0000 mgr.smithi049.rvwqxz (mgr.14180) 849 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:39.855609+0000 mgr.smithi049.rvwqxz (mgr.14180) 850 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:39.031226+0000 mgr.smithi049.rvwqxz (mgr.14180) 849 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:39.855609+0000 mgr.smithi049.rvwqxz (mgr.14180) 850 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:42.899 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:42.899 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:43.224 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:41.856049+0000 mgr.smithi049.rvwqxz (mgr.14180) 851 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:43.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:41.856049+0000 mgr.smithi049.rvwqxz (mgr.14180) 851 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:43.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:42.893669+0000 mgr.smithi049.rvwqxz (mgr.14180) 852 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:44.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:42.893669+0000 mgr.smithi049.rvwqxz (mgr.14180) 852 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:44.630 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:43.856549+0000 mgr.smithi049.rvwqxz (mgr.14180) 853 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:45.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:43.856549+0000 mgr.smithi049.rvwqxz (mgr.14180) 853 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:46.776 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:46.776 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:47.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:45.857283+0000 mgr.smithi049.rvwqxz (mgr.14180) 854 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:47.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:45.857283+0000 mgr.smithi049.rvwqxz (mgr.14180) 854 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:47.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:46.770460+0000 mgr.smithi049.rvwqxz (mgr.14180) 855 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:46.770460+0000 mgr.smithi049.rvwqxz (mgr.14180) 855 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:48.531 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:47.857733+0000 mgr.smithi049.rvwqxz (mgr.14180) 856 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:47.857733+0000 mgr.smithi049.rvwqxz (mgr.14180) 856 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:50.828 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:50.829 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:51.149 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:49.858231+0000 mgr.smithi049.rvwqxz (mgr.14180) 857 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:49.858231+0000 mgr.smithi049.rvwqxz (mgr.14180) 857 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:51.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:50.823100+0000 mgr.smithi049.rvwqxz (mgr.14180) 858 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:52.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:50.823100+0000 mgr.smithi049.rvwqxz (mgr.14180) 858 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:52.595 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:51.858836+0000 mgr.smithi049.rvwqxz (mgr.14180) 859 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:51.858836+0000 mgr.smithi049.rvwqxz (mgr.14180) 859 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:54.704 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:54.704 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:55.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:53.859335+0000 mgr.smithi049.rvwqxz (mgr.14180) 860 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:53.859335+0000 mgr.smithi049.rvwqxz (mgr.14180) 860 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:55.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:54.698646+0000 mgr.smithi049.rvwqxz (mgr.14180) 861 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:56.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:54.698646+0000 mgr.smithi049.rvwqxz (mgr.14180) 861 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:56.486 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:55.860113+0000 mgr.smithi049.rvwqxz (mgr.14180) 862 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:57.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:55.860113+0000 mgr.smithi049.rvwqxz (mgr.14180) 862 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:25:58.663 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:25:58.663 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:57.860509+0000 mgr.smithi049.rvwqxz (mgr.14180) 863 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:59.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:57.860509+0000 mgr.smithi049.rvwqxz (mgr.14180) 863 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:59.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:00.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:25:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:25:58.657941+0000 mgr.smithi049.rvwqxz (mgr.14180) 864 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:00.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:25:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:25:58.657941+0000 mgr.smithi049.rvwqxz (mgr.14180) 864 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:00.506 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:01.186 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:25:59.861092+0000 mgr.smithi049.rvwqxz (mgr.14180) 865 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:25:59.861092+0000 mgr.smithi049.rvwqxz (mgr.14180) 865 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:02.703 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:02.703 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:03.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:01.861504+0000 mgr.smithi049.rvwqxz (mgr.14180) 866 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:03.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:01.861504+0000 mgr.smithi049.rvwqxz (mgr.14180) 866 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:03.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:04.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:02.697001+0000 mgr.smithi049.rvwqxz (mgr.14180) 867 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:04.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:02.697001+0000 mgr.smithi049.rvwqxz (mgr.14180) 867 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:04.493 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:03.861979+0000 mgr.smithi049.rvwqxz (mgr.14180) 868 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:05.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:03.861979+0000 mgr.smithi049.rvwqxz (mgr.14180) 868 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:06.602 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:06.602 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:07.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:05.862579+0000 mgr.smithi049.rvwqxz (mgr.14180) 869 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:07.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:05.862579+0000 mgr.smithi049.rvwqxz (mgr.14180) 869 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:07.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:06.596133+0000 mgr.smithi049.rvwqxz (mgr.14180) 870 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:08.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:06.596133+0000 mgr.smithi049.rvwqxz (mgr.14180) 870 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:08.404 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:09.148 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:07.863076+0000 mgr.smithi049.rvwqxz (mgr.14180) 871 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:07.863076+0000 mgr.smithi049.rvwqxz (mgr.14180) 871 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:10.636 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:10.636 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:11.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:09.863585+0000 mgr.smithi049.rvwqxz (mgr.14180) 872 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:11.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:09.863585+0000 mgr.smithi049.rvwqxz (mgr.14180) 872 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:11.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:10.630694+0000 mgr.smithi049.rvwqxz (mgr.14180) 873 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:12.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:10.630694+0000 mgr.smithi049.rvwqxz (mgr.14180) 873 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:12.465 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:13.202 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:11.864234+0000 mgr.smithi049.rvwqxz (mgr.14180) 874 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:11.864234+0000 mgr.smithi049.rvwqxz (mgr.14180) 874 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:14.770 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:14.771 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:15.165 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:13.864658+0000 mgr.smithi049.rvwqxz (mgr.14180) 875 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:13.864658+0000 mgr.smithi049.rvwqxz (mgr.14180) 875 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:15.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:16.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:14.765023+0000 mgr.smithi049.rvwqxz (mgr.14180) 876 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:14.765023+0000 mgr.smithi049.rvwqxz (mgr.14180) 876 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:16.638 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:17.378 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:15.865294+0000 mgr.smithi049.rvwqxz (mgr.14180) 877 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:15.865294+0000 mgr.smithi049.rvwqxz (mgr.14180) 877 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:18.846 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:18.846 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:19.196 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:17.865814+0000 mgr.smithi049.rvwqxz (mgr.14180) 878 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:17.865814+0000 mgr.smithi049.rvwqxz (mgr.14180) 878 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:19.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:20.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:18.840481+0000 mgr.smithi049.rvwqxz (mgr.14180) 879 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:20.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:18.840481+0000 mgr.smithi049.rvwqxz (mgr.14180) 879 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:20.599 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:21.295 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:19.866469+0000 mgr.smithi049.rvwqxz (mgr.14180) 880 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:19.866469+0000 mgr.smithi049.rvwqxz (mgr.14180) 880 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:22.786 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:22.786 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:23.137 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:21.866971+0000 mgr.smithi049.rvwqxz (mgr.14180) 881 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:21.866971+0000 mgr.smithi049.rvwqxz (mgr.14180) 881 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:23.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:24.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:22.780129+0000 mgr.smithi049.rvwqxz (mgr.14180) 882 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:24.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:22.780129+0000 mgr.smithi049.rvwqxz (mgr.14180) 882 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:24.539 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:25.238 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:23.867465+0000 mgr.smithi049.rvwqxz (mgr.14180) 883 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:25.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:23.867465+0000 mgr.smithi049.rvwqxz (mgr.14180) 883 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:26.719 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:26.720 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:27.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:25.868176+0000 mgr.smithi049.rvwqxz (mgr.14180) 884 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:27.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:27.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:25.868176+0000 mgr.smithi049.rvwqxz (mgr.14180) 884 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:28.414 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:28.448 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:26.713962+0000 mgr.smithi049.rvwqxz (mgr.14180) 885 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:28.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:26.713962+0000 mgr.smithi049.rvwqxz (mgr.14180) 885 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:29.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:27.868659+0000 mgr.smithi049.rvwqxz (mgr.14180) 886 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:29.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:27.868659+0000 mgr.smithi049.rvwqxz (mgr.14180) 886 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:30.814 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:30.815 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:31.131 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:29.869101+0000 mgr.smithi049.rvwqxz (mgr.14180) 887 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:31.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:29.869101+0000 mgr.smithi049.rvwqxz (mgr.14180) 887 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:31.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:32.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:30.809056+0000 mgr.smithi049.rvwqxz (mgr.14180) 888 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:32.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:31.869595+0000 mgr.smithi049.rvwqxz (mgr.14180) 889 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:32.494 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:32.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:30.809056+0000 mgr.smithi049.rvwqxz (mgr.14180) 888 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:32.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:31.869595+0000 mgr.smithi049.rvwqxz (mgr.14180) 889 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:34.533 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:34.533 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:35.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:33.870040+0000 mgr.smithi049.rvwqxz (mgr.14180) 890 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:33.870040+0000 mgr.smithi049.rvwqxz (mgr.14180) 890 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:35.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:34.527577+0000 mgr.smithi049.rvwqxz (mgr.14180) 891 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:36.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:34.527577+0000 mgr.smithi049.rvwqxz (mgr.14180) 891 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:36.261 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:35.870712+0000 mgr.smithi049.rvwqxz (mgr.14180) 892 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:37.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:35.870712+0000 mgr.smithi049.rvwqxz (mgr.14180) 892 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:38.380 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:38.380 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:39.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:37.871298+0000 mgr.smithi049.rvwqxz (mgr.14180) 893 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:39.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:39.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:37.871298+0000 mgr.smithi049.rvwqxz (mgr.14180) 893 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:38.374171+0000 mgr.smithi049.rvwqxz (mgr.14180) 894 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:40.066 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:40.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:38.374171+0000 mgr.smithi049.rvwqxz (mgr.14180) 894 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:39.871965+0000 mgr.smithi049.rvwqxz (mgr.14180) 895 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:41.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:39.871965+0000 mgr.smithi049.rvwqxz (mgr.14180) 895 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:42.352 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:42.352 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:43.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:41.872375+0000 mgr.smithi049.rvwqxz (mgr.14180) 896 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:43.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:41.872375+0000 mgr.smithi049.rvwqxz (mgr.14180) 896 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:43.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:42.346658+0000 mgr.smithi049.rvwqxz (mgr.14180) 897 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:44.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:42.346658+0000 mgr.smithi049.rvwqxz (mgr.14180) 897 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:44.313 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:45.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:43.872858+0000 mgr.smithi049.rvwqxz (mgr.14180) 898 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:43.872858+0000 mgr.smithi049.rvwqxz (mgr.14180) 898 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:46.589 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:46.589 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:47.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:45.873581+0000 mgr.smithi049.rvwqxz (mgr.14180) 899 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:47.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:45.873581+0000 mgr.smithi049.rvwqxz (mgr.14180) 899 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:47.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:46.583542+0000 mgr.smithi049.rvwqxz (mgr.14180) 900 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:46.583542+0000 mgr.smithi049.rvwqxz (mgr.14180) 900 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:48.364 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:47.874128+0000 mgr.smithi049.rvwqxz (mgr.14180) 901 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:47.874128+0000 mgr.smithi049.rvwqxz (mgr.14180) 901 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:50.447 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:50.448 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:51.227 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:49.874579+0000 mgr.smithi049.rvwqxz (mgr.14180) 902 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:51.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:49.874579+0000 mgr.smithi049.rvwqxz (mgr.14180) 902 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:51.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:50.441931+0000 mgr.smithi049.rvwqxz (mgr.14180) 903 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:52.249 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:52.253 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:50.441931+0000 mgr.smithi049.rvwqxz (mgr.14180) 903 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:51.875118+0000 mgr.smithi049.rvwqxz (mgr.14180) 904 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:51.875118+0000 mgr.smithi049.rvwqxz (mgr.14180) 904 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:54.425 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:54.425 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:55.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:53.875473+0000 mgr.smithi049.rvwqxz (mgr.14180) 905 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:55.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:55.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:53.875473+0000 mgr.smithi049.rvwqxz (mgr.14180) 905 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:56.207 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:56.240 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:54.419818+0000 mgr.smithi049.rvwqxz (mgr.14180) 906 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:54.419818+0000 mgr.smithi049.rvwqxz (mgr.14180) 906 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:55.876084+0000 mgr.smithi049.rvwqxz (mgr.14180) 907 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:57.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:55.876084+0000 mgr.smithi049.rvwqxz (mgr.14180) 907 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:26:58.494 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:26:58.495 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:59.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:57.876548+0000 mgr.smithi049.rvwqxz (mgr.14180) 908 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:59.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:57.876548+0000 mgr.smithi049.rvwqxz (mgr.14180) 908 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:59.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:00.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:26:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:26:58.489023+0000 mgr.smithi049.rvwqxz (mgr.14180) 909 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:00.295 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:26:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:26:58.489023+0000 mgr.smithi049.rvwqxz (mgr.14180) 909 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:01.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:26:59.877232+0000 mgr.smithi049.rvwqxz (mgr.14180) 910 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:01.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:26:59.877232+0000 mgr.smithi049.rvwqxz (mgr.14180) 910 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:02.532 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:02.532 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:03.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:01.877650+0000 mgr.smithi049.rvwqxz (mgr.14180) 911 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:03.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:01.877650+0000 mgr.smithi049.rvwqxz (mgr.14180) 911 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:04.406 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:04.440 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:02.525429+0000 mgr.smithi049.rvwqxz (mgr.14180) 912 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:04.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:02.525429+0000 mgr.smithi049.rvwqxz (mgr.14180) 912 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:05.146 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:03.878279+0000 mgr.smithi049.rvwqxz (mgr.14180) 913 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:05.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:03.878279+0000 mgr.smithi049.rvwqxz (mgr.14180) 913 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:06.541 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:06.541 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:07.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:05.878825+0000 mgr.smithi049.rvwqxz (mgr.14180) 914 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:07.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:07.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:05.878825+0000 mgr.smithi049.rvwqxz (mgr.14180) 914 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:08.286 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:08.320 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:06.535621+0000 mgr.smithi049.rvwqxz (mgr.14180) 915 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:08.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:06.535621+0000 mgr.smithi049.rvwqxz (mgr.14180) 915 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:09.437 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:07.879381+0000 mgr.smithi049.rvwqxz (mgr.14180) 916 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:07.879381+0000 mgr.smithi049.rvwqxz (mgr.14180) 916 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:10.549 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:10.549 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:11.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:09.879880+0000 mgr.smithi049.rvwqxz (mgr.14180) 917 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:11.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:11.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:09.879880+0000 mgr.smithi049.rvwqxz (mgr.14180) 917 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:12.347 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:12.379 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:10.543553+0000 mgr.smithi049.rvwqxz (mgr.14180) 918 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:10.543553+0000 mgr.smithi049.rvwqxz (mgr.14180) 918 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:13.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:11.880412+0000 mgr.smithi049.rvwqxz (mgr.14180) 919 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:13.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:11.880412+0000 mgr.smithi049.rvwqxz (mgr.14180) 919 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:14.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:14.759 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:13.880973+0000 mgr.smithi049.rvwqxz (mgr.14180) 920 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:15.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:13.880973+0000 mgr.smithi049.rvwqxz (mgr.14180) 920 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:15.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:14.753849+0000 mgr.smithi049.rvwqxz (mgr.14180) 921 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:16.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:14.753849+0000 mgr.smithi049.rvwqxz (mgr.14180) 921 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:16.558 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:17.307 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:15.881552+0000 mgr.smithi049.rvwqxz (mgr.14180) 922 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:15.881552+0000 mgr.smithi049.rvwqxz (mgr.14180) 922 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:18.688 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:18.688 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:19.348 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:17.882014+0000 mgr.smithi049.rvwqxz (mgr.14180) 923 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:19.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:19.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:17.882014+0000 mgr.smithi049.rvwqxz (mgr.14180) 923 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:20.370 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:20.404 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:18.682683+0000 mgr.smithi049.rvwqxz (mgr.14180) 924 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:20.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:18.682683+0000 mgr.smithi049.rvwqxz (mgr.14180) 924 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:19.882645+0000 mgr.smithi049.rvwqxz (mgr.14180) 925 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:19.882645+0000 mgr.smithi049.rvwqxz (mgr.14180) 925 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:22.264 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:21.883113+0000 mgr.smithi049.rvwqxz (mgr.14180) 926 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:22.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:21.883113+0000 mgr.smithi049.rvwqxz (mgr.14180) 926 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:22.713 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:22.714 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:23.487 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:22.708232+0000 mgr.smithi049.rvwqxz (mgr.14180) 927 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:23.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:22.708232+0000 mgr.smithi049.rvwqxz (mgr.14180) 927 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:23.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:24.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:23.883593+0000 mgr.smithi049.rvwqxz (mgr.14180) 928 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:24.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:23.883593+0000 mgr.smithi049.rvwqxz (mgr.14180) 928 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:24.510 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:26.871 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:26.871 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:27.220 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:25.884236+0000 mgr.smithi049.rvwqxz (mgr.14180) 929 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:27.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:25.884236+0000 mgr.smithi049.rvwqxz (mgr.14180) 929 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:27.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:26.864860+0000 mgr.smithi049.rvwqxz (mgr.14180) 930 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:28.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:26.864860+0000 mgr.smithi049.rvwqxz (mgr.14180) 930 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:28.605 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:27.884653+0000 mgr.smithi049.rvwqxz (mgr.14180) 931 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:27.884653+0000 mgr.smithi049.rvwqxz (mgr.14180) 931 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:30.834 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:30.834 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:31.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:29.885170+0000 mgr.smithi049.rvwqxz (mgr.14180) 932 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:31.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:29.885170+0000 mgr.smithi049.rvwqxz (mgr.14180) 932 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:31.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:32.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:30.828472+0000 mgr.smithi049.rvwqxz (mgr.14180) 933 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:30.828472+0000 mgr.smithi049.rvwqxz (mgr.14180) 933 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:32.530 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:33.242 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:31.885657+0000 mgr.smithi049.rvwqxz (mgr.14180) 934 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:31.885657+0000 mgr.smithi049.rvwqxz (mgr.14180) 934 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:34.691 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:34.692 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:57.254434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.gcmqmb on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-gcmqmb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.gcmqmb\nDeploy daemon haproxy.nfs.foo.smithi080.gcmqmb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:18:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.046176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.bmbtsl on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-bmbtsl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.bmbtsl\nDeploy daemon haproxy.nfs.foo.smithi049.bmbtsl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:27.047368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.nxdeow on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:35.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:33.886074+0000 mgr.smithi049.rvwqxz (mgr.14180) 935 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:35.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:33.886074+0000 mgr.smithi049.rvwqxz (mgr.14180) 935 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:35.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:34.686165+0000 mgr.smithi049.rvwqxz (mgr.14180) 936 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:36.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:34.686165+0000 mgr.smithi049.rvwqxz (mgr.14180) 936 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:36.513 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:35.886609+0000 mgr.smithi049.rvwqxz (mgr.14180) 937 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:36.618222+0000 mon.smithi049 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.ldjetd"}]: dispatch 2024-02-09T20:27:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:35.886609+0000 mgr.smithi049.rvwqxz (mgr.14180) 937 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:36.618222+0000 mon.smithi049 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.ldjetd"}]: dispatch 2024-02-09T20:27:38.180 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:27:36.617674+0000 mgr.smithi049.rvwqxz (mgr.14180) 938 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:27:36.617848+0000 mgr.smithi049.rvwqxz (mgr.14180) 939 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:27:36.618903+0000 mgr.smithi049.rvwqxz (mgr.14180) 940 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:27:36.620143+0000 mgr.smithi049.rvwqxz (mgr.14180) 941 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:27:36.621156+0000 mgr.smithi049.rvwqxz (mgr.14180) 942 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:38.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:36.621790+0000 mgr.smithi049.rvwqxz (mgr.14180) 943 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:38.185 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:36.963747+0000 mon.smithi049 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:27:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:27:36.617674+0000 mgr.smithi049.rvwqxz (mgr.14180) 938 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:27:38.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:27:36.617848+0000 mgr.smithi049.rvwqxz (mgr.14180) 939 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:27:36.618903+0000 mgr.smithi049.rvwqxz (mgr.14180) 940 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.ldjetd ... 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:25:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:26:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:27:36.620143+0000 mgr.smithi049.rvwqxz (mgr.14180) 941 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:27:36.621156+0000 mgr.smithi049.rvwqxz (mgr.14180) 942 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:36.621790+0000 mgr.smithi049.rvwqxz (mgr.14180) 943 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:38.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:36.963747+0000 mon.smithi049 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:27:38.861 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:38.861 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:39.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:40.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:38.622293+0000 mgr.smithi049.rvwqxz (mgr.14180) 944 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:40.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:38.855491+0000 mgr.smithi049.rvwqxz (mgr.14180) 945 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:40.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:38.622293+0000 mgr.smithi049.rvwqxz (mgr.14180) 944 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:40.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:38.855491+0000 mgr.smithi049.rvwqxz (mgr.14180) 945 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:40.635 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:41.368 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:40.048177+0000 mon.smithi049 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:27:41.368 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:40.623101+0000 mgr.smithi049.rvwqxz (mgr.14180) 946 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:41.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:40.048177+0000 mon.smithi049 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:27:41.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:40.623101+0000 mgr.smithi049.rvwqxz (mgr.14180) 946 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:42.858 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:42.859 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:43.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:42.623632+0000 mgr.smithi049.rvwqxz (mgr.14180) 947 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:42.852864+0000 mgr.smithi049.rvwqxz (mgr.14180) 948 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:42.623632+0000 mgr.smithi049.rvwqxz (mgr.14180) 947 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:44.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:42.852864+0000 mgr.smithi049.rvwqxz (mgr.14180) 948 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.539 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:45.300 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:44.624249+0000 mgr.smithi049.rvwqxz (mgr.14180) 949 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 381 B/s rd, 0 op/s 2024-02-09T20:27:45.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:44.624249+0000 mgr.smithi049.rvwqxz (mgr.14180) 949 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 381 B/s rd, 0 op/s 2024-02-09T20:27:46.731 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:46.731 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:47.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:47.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:46.624793+0000 mgr.smithi049.rvwqxz (mgr.14180) 950 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:47.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:46.724969+0000 mgr.smithi049.rvwqxz (mgr.14180) 951 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:46.624793+0000 mgr.smithi049.rvwqxz (mgr.14180) 950 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-02-09T20:27:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:46.724969+0000 mgr.smithi049.rvwqxz (mgr.14180) 951 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:48.454 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:49.795 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:48.625300+0000 mgr.smithi049.rvwqxz (mgr.14180) 952 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:49.796 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:49.532272+0000 mon.smithi049 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:27:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:48.625300+0000 mgr.smithi049.rvwqxz (mgr.14180) 952 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:49.532272+0000 mon.smithi049 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:27:50.482 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:50.482 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:51.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:50.476892+0000 mgr.smithi049.rvwqxz (mgr.14180) 953 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:50.625946+0000 mgr.smithi049.rvwqxz (mgr.14180) 954 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:50.476892+0000 mgr.smithi049.rvwqxz (mgr.14180) 953 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:50.625946+0000 mgr.smithi049.rvwqxz (mgr.14180) 954 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:52.175 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:53.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:52.626711+0000 mgr.smithi049.rvwqxz (mgr.14180) 955 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:52.626711+0000 mgr.smithi049.rvwqxz (mgr.14180) 955 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:54.316 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:54.317 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:55.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:54.311319+0000 mgr.smithi049.rvwqxz (mgr.14180) 956 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:54.627387+0000 mgr.smithi049.rvwqxz (mgr.14180) 957 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:56.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:54.311319+0000 mgr.smithi049.rvwqxz (mgr.14180) 956 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:56.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:54.627387+0000 mgr.smithi049.rvwqxz (mgr.14180) 957 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:27:56.130 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:57.880 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:56.627926+0000 mgr.smithi049.rvwqxz (mgr.14180) 958 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:56.627926+0000 mgr.smithi049.rvwqxz (mgr.14180) 958 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:58.316 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:27:58.316 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:59.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:27:58.311220+0000 mgr.smithi049.rvwqxz (mgr.14180) 959 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:27:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:27:58.628433+0000 mgr.smithi049.rvwqxz (mgr.14180) 960 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:00.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:27:58.311220+0000 mgr.smithi049.rvwqxz (mgr.14180) 959 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:00.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:27:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:27:58.628433+0000 mgr.smithi049.rvwqxz (mgr.14180) 960 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:00.043 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:01.855 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:00.629084+0000 mgr.smithi049.rvwqxz (mgr.14180) 961 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:00.629084+0000 mgr.smithi049.rvwqxz (mgr.14180) 961 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:02.289 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:02.289 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:03.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:02.283966+0000 mgr.smithi049.rvwqxz (mgr.14180) 962 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:02.629617+0000 mgr.smithi049.rvwqxz (mgr.14180) 963 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:02.283966+0000 mgr.smithi049.rvwqxz (mgr.14180) 962 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:02.629617+0000 mgr.smithi049.rvwqxz (mgr.14180) 963 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:04.099 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:05.796 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:04.630229+0000 mgr.smithi049.rvwqxz (mgr.14180) 964 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:04.630229+0000 mgr.smithi049.rvwqxz (mgr.14180) 964 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:06.202 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:06.202 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:06.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:07.905 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:06.196395+0000 mgr.smithi049.rvwqxz (mgr.14180) 965 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:06.631050+0000 mgr.smithi049.rvwqxz (mgr.14180) 966 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:06.196395+0000 mgr.smithi049.rvwqxz (mgr.14180) 965 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:06.631050+0000 mgr.smithi049.rvwqxz (mgr.14180) 966 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:08.631557+0000 mgr.smithi049.rvwqxz (mgr.14180) 967 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:08.631557+0000 mgr.smithi049.rvwqxz (mgr.14180) 967 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:10.227 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:10.227 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:10.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:11.952 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:11.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:10.221994+0000 mgr.smithi049.rvwqxz (mgr.14180) 968 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:11.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:10.632212+0000 mgr.smithi049.rvwqxz (mgr.14180) 969 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:10.221994+0000 mgr.smithi049.rvwqxz (mgr.14180) 968 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:10.632212+0000 mgr.smithi049.rvwqxz (mgr.14180) 969 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:13.775 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:12.632747+0000 mgr.smithi049.rvwqxz (mgr.14180) 970 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:12.632747+0000 mgr.smithi049.rvwqxz (mgr.14180) 970 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:14.231 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:14.231 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:14.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:15.944 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:15.982 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:14.225627+0000 mgr.smithi049.rvwqxz (mgr.14180) 971 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:15.982 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:14.633336+0000 mgr.smithi049.rvwqxz (mgr.14180) 972 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:14.225627+0000 mgr.smithi049.rvwqxz (mgr.14180) 971 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:14.633336+0000 mgr.smithi049.rvwqxz (mgr.14180) 972 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:17.784 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:16.633888+0000 mgr.smithi049.rvwqxz (mgr.14180) 973 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:16.633888+0000 mgr.smithi049.rvwqxz (mgr.14180) 973 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:18.260 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:18.260 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:19.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:18.255089+0000 mgr.smithi049.rvwqxz (mgr.14180) 974 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:18.634570+0000 mgr.smithi049.rvwqxz (mgr.14180) 975 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:20.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:18.255089+0000 mgr.smithi049.rvwqxz (mgr.14180) 974 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:20.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:18.634570+0000 mgr.smithi049.rvwqxz (mgr.14180) 975 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:20.023 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:21.900 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:20.635218+0000 mgr.smithi049.rvwqxz (mgr.14180) 976 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:20.635218+0000 mgr.smithi049.rvwqxz (mgr.14180) 976 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:22.360 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:22.360 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:23.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:24.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:22.354325+0000 mgr.smithi049.rvwqxz (mgr.14180) 977 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:24.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:22.635680+0000 mgr.smithi049.rvwqxz (mgr.14180) 978 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:24.155 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:22.354325+0000 mgr.smithi049.rvwqxz (mgr.14180) 977 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:22.635680+0000 mgr.smithi049.rvwqxz (mgr.14180) 978 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:25.951 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:24.636518+0000 mgr.smithi049.rvwqxz (mgr.14180) 979 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:24.636518+0000 mgr.smithi049.rvwqxz (mgr.14180) 979 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:26.370 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:26.371 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:27.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:28.073 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:28.105 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:26.365412+0000 mgr.smithi049.rvwqxz (mgr.14180) 980 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.106 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:26.637210+0000 mgr.smithi049.rvwqxz (mgr.14180) 981 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:26.365412+0000 mgr.smithi049.rvwqxz (mgr.14180) 980 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:26.637210+0000 mgr.smithi049.rvwqxz (mgr.14180) 981 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:28.637745+0000 mgr.smithi049.rvwqxz (mgr.14180) 982 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:28.637745+0000 mgr.smithi049.rvwqxz (mgr.14180) 982 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:30.137 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:30.137 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:30.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:31.969 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:30.131747+0000 mgr.smithi049.rvwqxz (mgr.14180) 983 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:30.638707+0000 mgr.smithi049.rvwqxz (mgr.14180) 984 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:30.131747+0000 mgr.smithi049.rvwqxz (mgr.14180) 983 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:32.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:30.638707+0000 mgr.smithi049.rvwqxz (mgr.14180) 984 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:33.829 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:32.639555+0000 mgr.smithi049.rvwqxz (mgr.14180) 985 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:34.236 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:34.236 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:32.639555+0000 mgr.smithi049.rvwqxz (mgr.14180) 985 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:35.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:36.013 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:36.049 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:34.230107+0000 mgr.smithi049.rvwqxz (mgr.14180) 986 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:36.049 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:34.640364+0000 mgr.smithi049.rvwqxz (mgr.14180) 987 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:34.230107+0000 mgr.smithi049.rvwqxz (mgr.14180) 986 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:34.640364+0000 mgr.smithi049.rvwqxz (mgr.14180) 987 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:36.623529+0000 mon.smithi049 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:28:37.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:36.623529+0000 mon.smithi049 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:28:37.966 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:36.640926+0000 mgr.smithi049.rvwqxz (mgr.14180) 988 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:37.966 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:37.199844+0000 mon.smithi049 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:38.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:36.640926+0000 mgr.smithi049.rvwqxz (mgr.14180) 988 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:38.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:37.199844+0000 mon.smithi049 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:38.409 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:38.409 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:30.072977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:30.073616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:30.073144Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:30.073220Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:30.073680Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:30.073290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:30.073358Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:39.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:38.403487+0000 mgr.smithi049.rvwqxz (mgr.14180) 989 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:38.641425+0000 mgr.smithi049.rvwqxz (mgr.14180) 990 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:39.440194+0000 mon.smithi049 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:38.403487+0000 mgr.smithi049.rvwqxz (mgr.14180) 989 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:38.641425+0000 mgr.smithi049.rvwqxz (mgr.14180) 990 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:39.440194+0000 mon.smithi049 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:40.728 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:42.160 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:40.642069+0000 mgr.smithi049.rvwqxz (mgr.14180) 991 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:40.642069+0000 mgr.smithi049.rvwqxz (mgr.14180) 991 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:43.335 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:43.335 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:22:35.404659Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:22:35.404730Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:22:35.404800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:22:35.405291Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:22:35.404580Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:22:35.404431Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:22:35.405358Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:22:35.404868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:22:35.405003Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:22:35.404935Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:44.074 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:42.642741+0000 mgr.smithi049.rvwqxz (mgr.14180) 992 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:42.642741+0000 mgr.smithi049.rvwqxz (mgr.14180) 992 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:44.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:45.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:43.329523+0000 mgr.smithi049.rvwqxz (mgr.14180) 993 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:43.329523+0000 mgr.smithi049.rvwqxz (mgr.14180) 993 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:45.590 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:44.643443+0000 mgr.smithi049.rvwqxz (mgr.14180) 994 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:46.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:44.643443+0000 mgr.smithi049.rvwqxz (mgr.14180) 994 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.004874+0000 mon.smithi049 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.383167+0000 mon.smithi049 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.383783+0000 mon.smithi049 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.387932+0000 mon.smithi049 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.391901+0000 mon.smithi049 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:28:47.475 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:46.398794+0000 mon.smithi049 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.004874+0000 mon.smithi049 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.383167+0000 mon.smithi049 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:28:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.383783+0000 mon.smithi049 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:28:47.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.387932+0000 mon.smithi049 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:47.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.391901+0000 mon.smithi049 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:28:47.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:46.398794+0000 mon.smithi049 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:48.198 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:48.198 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:48.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:46.388428+0000 mgr.smithi049.rvwqxz (mgr.14180) 995 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:48.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:28:46.400794+0000 mgr.smithi049.rvwqxz (mgr.14180) 996 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.usyzyt on smithi080 2024-02-09T20:28:48.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:47.386396+0000 mon.smithi049 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:28:48.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:47.386457+0000 mon.smithi049 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-02-09T20:28:48.500 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:46.388428+0000 mgr.smithi049.rvwqxz (mgr.14180) 995 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:48.500 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:28:46.400794+0000 mgr.smithi049.rvwqxz (mgr.14180) 996 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.usyzyt on smithi080 2024-02-09T20:28:48.500 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:47.386396+0000 mon.smithi049 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:28:48.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:47.386457+0000 mon.smithi049 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-02-09T20:28:48.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:49.844 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:50.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:48.192998+0000 mgr.smithi049.rvwqxz (mgr.14180) 997 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:50.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:48.388825+0000 mgr.smithi049.rvwqxz (mgr.14180) 998 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:50.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:49.534276+0000 mon.smithi049 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:50.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:48.192998+0000 mgr.smithi049.rvwqxz (mgr.14180) 997 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:50.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:48.388825+0000 mgr.smithi049.rvwqxz (mgr.14180) 998 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:50.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:49.534276+0000 mon.smithi049 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:28:52.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:50.389479+0000 mgr.smithi049.rvwqxz (mgr.14180) 999 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:52.269 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:52.269 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:50.389479+0000 mgr.smithi049.rvwqxz (mgr.14180) 999 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:52.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:53.948 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:54.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:52.263731+0000 mgr.smithi049.rvwqxz (mgr.14180) 1000 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:54.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:52.389904+0000 mgr.smithi049.rvwqxz (mgr.14180) 1001 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:52.263731+0000 mgr.smithi049.rvwqxz (mgr.14180) 1000 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:52.389904+0000 mgr.smithi049.rvwqxz (mgr.14180) 1001 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:56.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:54.390477+0000 mgr.smithi049.rvwqxz (mgr.14180) 1002 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-02-09T20:28:56.340 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:28:56.341 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:54.390477+0000 mgr.smithi049.rvwqxz (mgr.14180) 1002 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-02-09T20:28:57.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:58.008 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:58.413 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:28:56.335465+0000 mgr.smithi049.rvwqxz (mgr.14180) 1003 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:58.413 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:28:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:56.390997+0000 mgr.smithi049.rvwqxz (mgr.14180) 1004 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:28:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:28:56.335465+0000 mgr.smithi049.rvwqxz (mgr.14180) 1003 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:28:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:56.390997+0000 mgr.smithi049.rvwqxz (mgr.14180) 1004 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-09T20:29:00.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:28:58.391679+0000 mgr.smithi049.rvwqxz (mgr.14180) 1005 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:00.286 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:00.287 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:28:58.391679+0000 mgr.smithi049.rvwqxz (mgr.14180) 1005 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:00.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:01.964 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:02.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:00.281290+0000 mgr.smithi049.rvwqxz (mgr.14180) 1006 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:02.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:00.392314+0000 mgr.smithi049.rvwqxz (mgr.14180) 1007 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:02.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:00.281290+0000 mgr.smithi049.rvwqxz (mgr.14180) 1006 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:02.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:00.392314+0000 mgr.smithi049.rvwqxz (mgr.14180) 1007 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:04.110 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:04.111 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:04.396 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:02.392803+0000 mgr.smithi049.rvwqxz (mgr.14180) 1008 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:04.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:02.392803+0000 mgr.smithi049.rvwqxz (mgr.14180) 1008 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:04.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:05.689 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:06.423 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:04.104504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1009 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:06.424 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:04.393267+0000 mgr.smithi049.rvwqxz (mgr.14180) 1010 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:06.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:04.104504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1009 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:06.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:04.393267+0000 mgr.smithi049.rvwqxz (mgr.14180) 1010 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:07.974 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:07.974 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:08.393 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:06.393795+0000 mgr.smithi049.rvwqxz (mgr.14180) 1011 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:08.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:06.393795+0000 mgr.smithi049.rvwqxz (mgr.14180) 1011 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:08.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:09.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:07.968650+0000 mgr.smithi049.rvwqxz (mgr.14180) 1012 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:09.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:07.968650+0000 mgr.smithi049.rvwqxz (mgr.14180) 1012 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:09.795 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:10.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:08.394272+0000 mgr.smithi049.rvwqxz (mgr.14180) 1013 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:10.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:08.394272+0000 mgr.smithi049.rvwqxz (mgr.14180) 1013 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:12.089 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:12.090 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:10.394726+0000 mgr.smithi049.rvwqxz (mgr.14180) 1014 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:12.498 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:10.394726+0000 mgr.smithi049.rvwqxz (mgr.14180) 1014 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:12.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:13.835 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:14.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:12.084115+0000 mgr.smithi049.rvwqxz (mgr.14180) 1015 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:14.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:12.395049+0000 mgr.smithi049.rvwqxz (mgr.14180) 1016 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:14.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:12.084115+0000 mgr.smithi049.rvwqxz (mgr.14180) 1015 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:14.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:12.395049+0000 mgr.smithi049.rvwqxz (mgr.14180) 1016 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:15.452 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:14.395437+0000 mgr.smithi049.rvwqxz (mgr.14180) 1017 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:15.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:14.395437+0000 mgr.smithi049.rvwqxz (mgr.14180) 1017 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:15.913 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:15.913 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:16.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:15.908023+0000 mgr.smithi049.rvwqxz (mgr.14180) 1018 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:15.908023+0000 mgr.smithi049.rvwqxz (mgr.14180) 1018 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:16.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:17.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:16.396065+0000 mgr.smithi049.rvwqxz (mgr.14180) 1019 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:17.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:16.396065+0000 mgr.smithi049.rvwqxz (mgr.14180) 1019 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:17.574 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:19.541 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:18.396570+0000 mgr.smithi049.rvwqxz (mgr.14180) 1020 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:19.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:18.396570+0000 mgr.smithi049.rvwqxz (mgr.14180) 1020 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:19.979 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:19.979 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:20.708 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:19.973277+0000 mgr.smithi049.rvwqxz (mgr.14180) 1021 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:20.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:20.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:19.973277+0000 mgr.smithi049.rvwqxz (mgr.14180) 1021 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:21.730 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:21.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:20.397166+0000 mgr.smithi049.rvwqxz (mgr.14180) 1022 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:21.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:20.397166+0000 mgr.smithi049.rvwqxz (mgr.14180) 1022 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:23.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:22.397486+0000 mgr.smithi049.rvwqxz (mgr.14180) 1023 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:23.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:22.397486+0000 mgr.smithi049.rvwqxz (mgr.14180) 1023 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:23.836 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:23.836 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:24.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:24.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:23.830457+0000 mgr.smithi049.rvwqxz (mgr.14180) 1024 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:24.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:23.830457+0000 mgr.smithi049.rvwqxz (mgr.14180) 1024 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:25.628 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:25.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:24.397903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1025 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:25.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:24.397903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1025 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:27.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:26.398456+0000 mgr.smithi049.rvwqxz (mgr.14180) 1026 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:27.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:26.398456+0000 mgr.smithi049.rvwqxz (mgr.14180) 1026 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:27.875 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:27.875 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:28.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:28.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:27.869803+0000 mgr.smithi049.rvwqxz (mgr.14180) 1027 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:28.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:27.869803+0000 mgr.smithi049.rvwqxz (mgr.14180) 1027 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:29.641 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:29.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:28.398852+0000 mgr.smithi049.rvwqxz (mgr.14180) 1028 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:29.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:28.398852+0000 mgr.smithi049.rvwqxz (mgr.14180) 1028 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:31.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:30.399420+0000 mgr.smithi049.rvwqxz (mgr.14180) 1029 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:31.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:30.399420+0000 mgr.smithi049.rvwqxz (mgr.14180) 1029 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:31.875 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:31.875 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:32.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:32.742 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:31.869603+0000 mgr.smithi049.rvwqxz (mgr.14180) 1030 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:32.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:31.869603+0000 mgr.smithi049.rvwqxz (mgr.14180) 1030 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:33.665 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:33.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:32.399725+0000 mgr.smithi049.rvwqxz (mgr.14180) 1031 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:32.399725+0000 mgr.smithi049.rvwqxz (mgr.14180) 1031 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:35.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:34.400178+0000 mgr.smithi049.rvwqxz (mgr.14180) 1032 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:35.766 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:35.766 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:34.400178+0000 mgr.smithi049.rvwqxz (mgr.14180) 1032 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:36.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:36.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:35.760452+0000 mgr.smithi049.rvwqxz (mgr.14180) 1033 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:36.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:35.760452+0000 mgr.smithi049.rvwqxz (mgr.14180) 1033 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:37.473 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:37.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:36.400730+0000 mgr.smithi049.rvwqxz (mgr.14180) 1034 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:36.400730+0000 mgr.smithi049.rvwqxz (mgr.14180) 1034 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:39.665 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:39.665 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:38.401301+0000 mgr.smithi049.rvwqxz (mgr.14180) 1035 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:38.401301+0000 mgr.smithi049.rvwqxz (mgr.14180) 1035 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:40.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:40.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:39.659701+0000 mgr.smithi049.rvwqxz (mgr.14180) 1036 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:40.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:39.659701+0000 mgr.smithi049.rvwqxz (mgr.14180) 1036 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:41.451 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:41.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:40.401850+0000 mgr.smithi049.rvwqxz (mgr.14180) 1037 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:40.401850+0000 mgr.smithi049.rvwqxz (mgr.14180) 1037 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:43.582 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:43.583 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:43.945 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:42.402423+0000 mgr.smithi049.rvwqxz (mgr.14180) 1038 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:42.402423+0000 mgr.smithi049.rvwqxz (mgr.14180) 1038 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:44.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:44.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:43.576913+0000 mgr.smithi049.rvwqxz (mgr.14180) 1039 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:44.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:43.576913+0000 mgr.smithi049.rvwqxz (mgr.14180) 1039 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:45.380 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:45.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:44.403087+0000 mgr.smithi049.rvwqxz (mgr.14180) 1040 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:44.403087+0000 mgr.smithi049.rvwqxz (mgr.14180) 1040 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:47.591 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:47.591 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:47.917 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:46.403540+0000 mgr.smithi049.rvwqxz (mgr.14180) 1041 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:46.403540+0000 mgr.smithi049.rvwqxz (mgr.14180) 1041 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:48.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:48.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:47.585385+0000 mgr.smithi049.rvwqxz (mgr.14180) 1042 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:48.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:47.585385+0000 mgr.smithi049.rvwqxz (mgr.14180) 1042 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:49.333 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:49.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:48.404070+0000 mgr.smithi049.rvwqxz (mgr.14180) 1043 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:48.404070+0000 mgr.smithi049.rvwqxz (mgr.14180) 1043 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:51.643 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:51.644 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:51.990 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:50.404661+0000 mgr.smithi049.rvwqxz (mgr.14180) 1044 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:50.404661+0000 mgr.smithi049.rvwqxz (mgr.14180) 1044 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:52.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:52.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:51.635464+0000 mgr.smithi049.rvwqxz (mgr.14180) 1045 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:53.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:51.635464+0000 mgr.smithi049.rvwqxz (mgr.14180) 1045 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:53.591 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:52.405160+0000 mgr.smithi049.rvwqxz (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:52.405160+0000 mgr.smithi049.rvwqxz (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:55.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:54.405630+0000 mgr.smithi049.rvwqxz (mgr.14180) 1047 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:55.862 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:55.862 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:54.405630+0000 mgr.smithi049.rvwqxz (mgr.14180) 1047 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:29:56.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:55.857096+0000 mgr.smithi049.rvwqxz (mgr.14180) 1048 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:57.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:55.857096+0000 mgr.smithi049.rvwqxz (mgr.14180) 1048 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:57.632 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:56.406104+0000 mgr.smithi049.rvwqxz (mgr.14180) 1049 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:56.406104+0000 mgr.smithi049.rvwqxz (mgr.14180) 1049 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:59.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:29:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:29:58.406451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1050 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:59.818 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:29:59.818 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:59.997 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:29:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:29:58.406451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1050 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:00.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:00.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:29:59.812720+0000 mgr.smithi049.rvwqxz (mgr.14180) 1051 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:00.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:00.000110+0000 mon.smithi049 (mon.0) 755 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:01.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:29:59.812720+0000 mgr.smithi049.rvwqxz (mgr.14180) 1051 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:01.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:00.000110+0000 mon.smithi049 (mon.0) 755 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:01.639 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:00.407098+0000 mgr.smithi049.rvwqxz (mgr.14180) 1052 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:00.407098+0000 mgr.smithi049.rvwqxz (mgr.14180) 1052 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:03.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:02.407420+0000 mgr.smithi049.rvwqxz (mgr.14180) 1053 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:03.968 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:03.968 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:02.407420+0000 mgr.smithi049.rvwqxz (mgr.14180) 1053 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:04.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:04.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:03.962737+0000 mgr.smithi049.rvwqxz (mgr.14180) 1054 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:05.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:03.962737+0000 mgr.smithi049.rvwqxz (mgr.14180) 1054 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:05.694 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:04.407815+0000 mgr.smithi049.rvwqxz (mgr.14180) 1055 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:04.407815+0000 mgr.smithi049.rvwqxz (mgr.14180) 1055 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:07.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:06.408414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1056 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:07.891 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:07.891 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:06.408414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1056 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:08.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:08.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:07.885690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1057 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:09.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:07.885690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1057 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:09.624 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:08.408913+0000 mgr.smithi049.rvwqxz (mgr.14180) 1058 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:08.408913+0000 mgr.smithi049.rvwqxz (mgr.14180) 1058 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:11.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:10.409646+0000 mgr.smithi049.rvwqxz (mgr.14180) 1059 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:11.899 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:11.900 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:10.409646+0000 mgr.smithi049.rvwqxz (mgr.14180) 1059 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:12.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:12.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:11.894242+0000 mgr.smithi049.rvwqxz (mgr.14180) 1060 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:11.894242+0000 mgr.smithi049.rvwqxz (mgr.14180) 1060 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.658 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:12.410153+0000 mgr.smithi049.rvwqxz (mgr.14180) 1061 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:12.410153+0000 mgr.smithi049.rvwqxz (mgr.14180) 1061 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:14.410615+0000 mgr.smithi049.rvwqxz (mgr.14180) 1062 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:15.998 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:15.999 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:16.004 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:14.410615+0000 mgr.smithi049.rvwqxz (mgr.14180) 1062 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:16.714 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:15.993179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1063 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:16.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:16.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:15.993179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1063 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:17.736 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:16.411329+0000 mgr.smithi049.rvwqxz (mgr.14180) 1064 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:16.411329+0000 mgr.smithi049.rvwqxz (mgr.14180) 1064 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:19.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:18.411757+0000 mgr.smithi049.rvwqxz (mgr.14180) 1065 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:19.964 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:19.964 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:18.411757+0000 mgr.smithi049.rvwqxz (mgr.14180) 1065 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:20.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:20.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:19.957536+0000 mgr.smithi049.rvwqxz (mgr.14180) 1066 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:21.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:19.957536+0000 mgr.smithi049.rvwqxz (mgr.14180) 1066 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:21.804 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:20.412467+0000 mgr.smithi049.rvwqxz (mgr.14180) 1067 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:22.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:20.412467+0000 mgr.smithi049.rvwqxz (mgr.14180) 1067 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:23.843 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:22.413246+0000 mgr.smithi049.rvwqxz (mgr.14180) 1068 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:22.413246+0000 mgr.smithi049.rvwqxz (mgr.14180) 1068 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:24.288 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:24.288 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:24.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:25.939 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:25.971 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:24.282632+0000 mgr.smithi049.rvwqxz (mgr.14180) 1069 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:25.971 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:24.413749+0000 mgr.smithi049.rvwqxz (mgr.14180) 1070 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:24.282632+0000 mgr.smithi049.rvwqxz (mgr.14180) 1069 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:24.413749+0000 mgr.smithi049.rvwqxz (mgr.14180) 1070 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:27.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:26.414203+0000 mgr.smithi049.rvwqxz (mgr.14180) 1071 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:26.414203+0000 mgr.smithi049.rvwqxz (mgr.14180) 1071 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:28.263 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:28.263 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:28.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:29.971 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:28.256226+0000 mgr.smithi049.rvwqxz (mgr.14180) 1072 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:28.414637+0000 mgr.smithi049.rvwqxz (mgr.14180) 1073 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:28.256226+0000 mgr.smithi049.rvwqxz (mgr.14180) 1072 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:28.414637+0000 mgr.smithi049.rvwqxz (mgr.14180) 1073 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:31.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:30.415172+0000 mgr.smithi049.rvwqxz (mgr.14180) 1074 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:30.415172+0000 mgr.smithi049.rvwqxz (mgr.14180) 1074 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:32.196 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:32.196 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:32.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:33.843 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:32.190916+0000 mgr.smithi049.rvwqxz (mgr.14180) 1075 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:32.415608+0000 mgr.smithi049.rvwqxz (mgr.14180) 1076 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:32.190916+0000 mgr.smithi049.rvwqxz (mgr.14180) 1075 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:34.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:32.415608+0000 mgr.smithi049.rvwqxz (mgr.14180) 1076 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:35.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:34.416151+0000 mgr.smithi049.rvwqxz (mgr.14180) 1077 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:34.416151+0000 mgr.smithi049.rvwqxz (mgr.14180) 1077 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:36.244 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:36.244 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:36.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:37.938 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:37.972 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:36.238285+0000 mgr.smithi049.rvwqxz (mgr.14180) 1078 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:37.972 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:36.416634+0000 mgr.smithi049.rvwqxz (mgr.14180) 1079 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:36.238285+0000 mgr.smithi049.rvwqxz (mgr.14180) 1078 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:36.416634+0000 mgr.smithi049.rvwqxz (mgr.14180) 1079 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:39.816 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:38.417073+0000 mgr.smithi049.rvwqxz (mgr.14180) 1080 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:38.417073+0000 mgr.smithi049.rvwqxz (mgr.14180) 1080 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:40.279 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:40.280 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:41.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:40.274220+0000 mgr.smithi049.rvwqxz (mgr.14180) 1081 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:40.417554+0000 mgr.smithi049.rvwqxz (mgr.14180) 1082 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:40.274220+0000 mgr.smithi049.rvwqxz (mgr.14180) 1081 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:40.417554+0000 mgr.smithi049.rvwqxz (mgr.14180) 1082 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:42.198 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:42.418003+0000 mgr.smithi049.rvwqxz (mgr.14180) 1083 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:44.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:42.418003+0000 mgr.smithi049.rvwqxz (mgr.14180) 1083 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:44.457 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:44.457 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:45.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:44.418434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1084 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:44.451057+0000 mgr.smithi049.rvwqxz (mgr.14180) 1085 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:44.418434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1084 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:44.451057+0000 mgr.smithi049.rvwqxz (mgr.14180) 1085 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:46.164 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:47.968 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:46.418876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1086 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:46.418876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1086 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:48.396 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:48.396 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:49.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:48.390969+0000 mgr.smithi049.rvwqxz (mgr.14180) 1087 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:48.419318+0000 mgr.smithi049.rvwqxz (mgr.14180) 1088 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:50.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:48.390969+0000 mgr.smithi049.rvwqxz (mgr.14180) 1087 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:50.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:48.419318+0000 mgr.smithi049.rvwqxz (mgr.14180) 1088 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:50.082 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:51.905 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:50.420020+0000 mgr.smithi049.rvwqxz (mgr.14180) 1089 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:50.420020+0000 mgr.smithi049.rvwqxz (mgr.14180) 1089 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:52.380 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:52.380 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:53.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:52.374352+0000 mgr.smithi049.rvwqxz (mgr.14180) 1090 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:52.420361+0000 mgr.smithi049.rvwqxz (mgr.14180) 1091 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:52.374352+0000 mgr.smithi049.rvwqxz (mgr.14180) 1090 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:52.420361+0000 mgr.smithi049.rvwqxz (mgr.14180) 1091 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:54.053 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:55.881 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:54.420733+0000 mgr.smithi049.rvwqxz (mgr.14180) 1092 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:54.420733+0000 mgr.smithi049.rvwqxz (mgr.14180) 1092 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:30:56.302 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:30:56.303 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:57.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:30:56.297473+0000 mgr.smithi049.rvwqxz (mgr.14180) 1093 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:56.421224+0000 mgr.smithi049.rvwqxz (mgr.14180) 1094 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:58.001 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:30:56.297473+0000 mgr.smithi049.rvwqxz (mgr.14180) 1093 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:56.421224+0000 mgr.smithi049.rvwqxz (mgr.14180) 1094 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:59.895 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:30:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:30:58.421667+0000 mgr.smithi049.rvwqxz (mgr.14180) 1095 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:30:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:30:58.421667+0000 mgr.smithi049.rvwqxz (mgr.14180) 1095 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:00.353 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:00.353 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:01.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:00.347092+0000 mgr.smithi049.rvwqxz (mgr.14180) 1096 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:00.422409+0000 mgr.smithi049.rvwqxz (mgr.14180) 1097 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:00.347092+0000 mgr.smithi049.rvwqxz (mgr.14180) 1096 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:02.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:00.422409+0000 mgr.smithi049.rvwqxz (mgr.14180) 1097 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:02.081 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:03.960 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:02.422734+0000 mgr.smithi049.rvwqxz (mgr.14180) 1098 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:02.422734+0000 mgr.smithi049.rvwqxz (mgr.14180) 1098 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:04.403 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:04.403 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:05.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:04.397541+0000 mgr.smithi049.rvwqxz (mgr.14180) 1099 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:04.423173+0000 mgr.smithi049.rvwqxz (mgr.14180) 1100 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:04.397541+0000 mgr.smithi049.rvwqxz (mgr.14180) 1099 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:06.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:04.423173+0000 mgr.smithi049.rvwqxz (mgr.14180) 1100 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:06.077 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:07.978 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:06.423626+0000 mgr.smithi049.rvwqxz (mgr.14180) 1101 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:06.423626+0000 mgr.smithi049.rvwqxz (mgr.14180) 1101 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:08.362 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:08.362 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:09.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:08.356880+0000 mgr.smithi049.rvwqxz (mgr.14180) 1102 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:08.423981+0000 mgr.smithi049.rvwqxz (mgr.14180) 1103 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:10.001 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:10.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:08.356880+0000 mgr.smithi049.rvwqxz (mgr.14180) 1102 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:10.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:08.423981+0000 mgr.smithi049.rvwqxz (mgr.14180) 1103 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:11.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:10.424528+0000 mgr.smithi049.rvwqxz (mgr.14180) 1104 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:10.424528+0000 mgr.smithi049.rvwqxz (mgr.14180) 1104 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:12.237 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:12.237 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:27.048372Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.knbqly on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:12.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:13.938 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:13.973 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:12.231444+0000 mgr.smithi049.rvwqxz (mgr.14180) 1105 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:13.973 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:12.424837+0000 mgr.smithi049.rvwqxz (mgr.14180) 1106 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:12.231444+0000 mgr.smithi049.rvwqxz (mgr.14180) 1105 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:12.424837+0000 mgr.smithi049.rvwqxz (mgr.14180) 1106 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:14.425263+0000 mgr.smithi049.rvwqxz (mgr.14180) 1107 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:15.489250+0000 mon.smithi049 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.usyzyt"}]: dispatch 2024-02-09T20:31:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:14.425263+0000 mgr.smithi049.rvwqxz (mgr.14180) 1107 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:15.489250+0000 mon.smithi049 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.usyzyt"}]: dispatch 2024-02-09T20:31:16.222 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:16.222 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:16.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:31:15.488676+0000 mgr.smithi049.rvwqxz (mgr.14180) 1108 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:31:16.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:31:16.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:31:16.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.910 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:31:15.488868+0000 mgr.smithi049.rvwqxz (mgr.14180) 1109 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:31:15.489864+0000 mgr.smithi049.rvwqxz (mgr.14180) 1110 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.913 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:31:16.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.914 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:31:15.491355+0000 mgr.smithi049.rvwqxz (mgr.14180) 1111 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.agsotz on smithi049 2024-02-09T20:31:16.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:16.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:31:15.488676+0000 mgr.smithi049.rvwqxz (mgr.14180) 1108 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.993 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.994 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:31:15.488868+0000 mgr.smithi049.rvwqxz (mgr.14180) 1109 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:31:15.489864+0000 mgr.smithi049.rvwqxz (mgr.14180) 1110 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.usyzyt ... 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:29:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:30:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:16.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:31:16.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:16.996 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:31:15.491355+0000 mgr.smithi049.rvwqxz (mgr.14180) 1111 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.agsotz on smithi049 2024-02-09T20:31:17.930 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:16.216504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1112 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:16.425911+0000 mgr.smithi049.rvwqxz (mgr.14180) 1113 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:16.216504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1112 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:16.425911+0000 mgr.smithi049.rvwqxz (mgr.14180) 1113 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:19.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:18.426434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1114 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:18.426434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1114 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:20.237 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:20.238 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:20.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:21.868 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:20.231355+0000 mgr.smithi049.rvwqxz (mgr.14180) 1115 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:20.426926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1116 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:22.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:20.231355+0000 mgr.smithi049.rvwqxz (mgr.14180) 1115 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:22.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:20.426926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1116 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:22.427285+0000 mgr.smithi049.rvwqxz (mgr.14180) 1117 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:24.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:22.427285+0000 mgr.smithi049.rvwqxz (mgr.14180) 1117 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:24.012 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:24.012 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:24.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:24.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:24.006736+0000 mgr.smithi049.rvwqxz (mgr.14180) 1118 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:25.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:24.006736+0000 mgr.smithi049.rvwqxz (mgr.14180) 1118 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:25.855 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:26.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:24.427722+0000 mgr.smithi049.rvwqxz (mgr.14180) 1119 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:24.427722+0000 mgr.smithi049.rvwqxz (mgr.14180) 1119 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:28.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:26.428473+0000 mgr.smithi049.rvwqxz (mgr.14180) 1120 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:28.046 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:28.046 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:26.428473+0000 mgr.smithi049.rvwqxz (mgr.14180) 1120 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:28.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:29.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:28.040826+0000 mgr.smithi049.rvwqxz (mgr.14180) 1121 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:28.040826+0000 mgr.smithi049.rvwqxz (mgr.14180) 1121 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:29.678 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:28.428903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1122 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:28.428903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1122 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:32.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:30.429405+0000 mgr.smithi049.rvwqxz (mgr.14180) 1123 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:32.039 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:32.040 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:30.429405+0000 mgr.smithi049.rvwqxz (mgr.14180) 1123 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:32.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:33.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:32.034161+0000 mgr.smithi049.rvwqxz (mgr.14180) 1124 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:32.034161+0000 mgr.smithi049.rvwqxz (mgr.14180) 1124 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:33.758 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:32.429710+0000 mgr.smithi049.rvwqxz (mgr.14180) 1125 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:34.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:32.429710+0000 mgr.smithi049.rvwqxz (mgr.14180) 1125 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:36.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:34.430114+0000 mgr.smithi049.rvwqxz (mgr.14180) 1126 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:36.088 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:36.088 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:34.430114+0000 mgr.smithi049.rvwqxz (mgr.14180) 1126 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:36.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:37.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:36.082853+0000 mgr.smithi049.rvwqxz (mgr.14180) 1127 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:37.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:36.082853+0000 mgr.smithi049.rvwqxz (mgr.14180) 1127 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:37.754 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:36.430766+0000 mgr.smithi049.rvwqxz (mgr.14180) 1128 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:38.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:36.430766+0000 mgr.smithi049.rvwqxz (mgr.14180) 1128 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:38.431176+0000 mgr.smithi049.rvwqxz (mgr.14180) 1129 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:40.001 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:40.001 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:40.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:38.431176+0000 mgr.smithi049.rvwqxz (mgr.14180) 1129 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:40.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:41.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:39.995556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1130 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:39.995556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1130 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.751 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:40.431690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1131 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:42.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:40.431690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1131 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:43.888 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:43.888 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:42.432056+0000 mgr.smithi049.rvwqxz (mgr.14180) 1132 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:44.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:42.432056+0000 mgr.smithi049.rvwqxz (mgr.14180) 1132 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:44.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:45.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:43.881777+0000 mgr.smithi049.rvwqxz (mgr.14180) 1133 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:45.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:43.881777+0000 mgr.smithi049.rvwqxz (mgr.14180) 1133 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:45.635 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:46.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:44.432472+0000 mgr.smithi049.rvwqxz (mgr.14180) 1134 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:44.432472+0000 mgr.smithi049.rvwqxz (mgr.14180) 1134 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:47.925 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:47.925 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:46.432903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1135 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:48.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:46.432903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1135 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:48.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:49.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:47.919299+0000 mgr.smithi049.rvwqxz (mgr.14180) 1136 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:49.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:47.919299+0000 mgr.smithi049.rvwqxz (mgr.14180) 1136 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:49.658 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:48.433491+0000 mgr.smithi049.rvwqxz (mgr.14180) 1137 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:50.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:48.433491+0000 mgr.smithi049.rvwqxz (mgr.14180) 1137 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:51.909 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:51.909 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:50.434162+0000 mgr.smithi049.rvwqxz (mgr.14180) 1138 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:52.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:50.434162+0000 mgr.smithi049.rvwqxz (mgr.14180) 1138 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:52.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:53.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:51.903206+0000 mgr.smithi049.rvwqxz (mgr.14180) 1139 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:53.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:51.903206+0000 mgr.smithi049.rvwqxz (mgr.14180) 1139 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:53.535 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:54.094 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:52.434543+0000 mgr.smithi049.rvwqxz (mgr.14180) 1140 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:52.434543+0000 mgr.smithi049.rvwqxz (mgr.14180) 1140 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:56.000 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:56.000 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:54.435143+0000 mgr.smithi049.rvwqxz (mgr.14180) 1141 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:56.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:54.435143+0000 mgr.smithi049.rvwqxz (mgr.14180) 1141 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:31:56.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:57.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:55.994505+0000 mgr.smithi049.rvwqxz (mgr.14180) 1142 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:57.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:55.994505+0000 mgr.smithi049.rvwqxz (mgr.14180) 1142 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:57.674 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:56.435768+0000 mgr.smithi049.rvwqxz (mgr.14180) 1143 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:56.435768+0000 mgr.smithi049.rvwqxz (mgr.14180) 1143 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:31:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:31:58.436407+0000 mgr.smithi049.rvwqxz (mgr.14180) 1144 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:59.992 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:31:59.993 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:00.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:31:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:31:58.436407+0000 mgr.smithi049.rvwqxz (mgr.14180) 1144 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:00.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:01.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:31:59.986595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1145 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:01.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:31:59.986595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1145 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:01.672 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:02.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:00.437123+0000 mgr.smithi049.rvwqxz (mgr.14180) 1146 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:02.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:00.437123+0000 mgr.smithi049.rvwqxz (mgr.14180) 1146 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:04.006 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:04.007 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:04.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:02.437526+0000 mgr.smithi049.rvwqxz (mgr.14180) 1147 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:04.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:02.437526+0000 mgr.smithi049.rvwqxz (mgr.14180) 1147 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:04.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:05.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:04.000551+0000 mgr.smithi049.rvwqxz (mgr.14180) 1148 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:05.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:04.000551+0000 mgr.smithi049.rvwqxz (mgr.14180) 1148 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:05.781 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:04.438113+0000 mgr.smithi049.rvwqxz (mgr.14180) 1149 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:06.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:04.438113+0000 mgr.smithi049.rvwqxz (mgr.14180) 1149 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:08.060 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:08.061 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:06.438539+0000 mgr.smithi049.rvwqxz (mgr.14180) 1150 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:08.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:06.438539+0000 mgr.smithi049.rvwqxz (mgr.14180) 1150 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:08.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:09.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:08.055183+0000 mgr.smithi049.rvwqxz (mgr.14180) 1151 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:09.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:08.055183+0000 mgr.smithi049.rvwqxz (mgr.14180) 1151 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:09.711 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:08.438944+0000 mgr.smithi049.rvwqxz (mgr.14180) 1152 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:10.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:08.438944+0000 mgr.smithi049.rvwqxz (mgr.14180) 1152 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:12.020 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:12.020 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:10.439428+0000 mgr.smithi049.rvwqxz (mgr.14180) 1153 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:12.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:10.439428+0000 mgr.smithi049.rvwqxz (mgr.14180) 1153 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:12.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:13.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:12.014167+0000 mgr.smithi049.rvwqxz (mgr.14180) 1154 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:13.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:12.014167+0000 mgr.smithi049.rvwqxz (mgr.14180) 1154 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:13.673 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:12.439776+0000 mgr.smithi049.rvwqxz (mgr.14180) 1155 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:12.439776+0000 mgr.smithi049.rvwqxz (mgr.14180) 1155 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:15.996 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:15.996 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:14.440301+0000 mgr.smithi049.rvwqxz (mgr.14180) 1156 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:16.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:14.440301+0000 mgr.smithi049.rvwqxz (mgr.14180) 1156 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:16.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:17.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:15.990595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1157 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:17.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:15.990595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1157 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:17.664 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:16.440830+0000 mgr.smithi049.rvwqxz (mgr.14180) 1158 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:16.440830+0000 mgr.smithi049.rvwqxz (mgr.14180) 1158 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:19.840 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:19.840 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:18.441317+0000 mgr.smithi049.rvwqxz (mgr.14180) 1159 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:20.182 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:18.441317+0000 mgr.smithi049.rvwqxz (mgr.14180) 1159 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:20.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:21.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:19.833834+0000 mgr.smithi049.rvwqxz (mgr.14180) 1160 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:21.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:19.833834+0000 mgr.smithi049.rvwqxz (mgr.14180) 1160 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:21.527 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:20.441843+0000 mgr.smithi049.rvwqxz (mgr.14180) 1161 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:22.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:20.441843+0000 mgr.smithi049.rvwqxz (mgr.14180) 1161 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:23.755 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:23.755 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:24.064 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:22.442396+0000 mgr.smithi049.rvwqxz (mgr.14180) 1162 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:22.442396+0000 mgr.smithi049.rvwqxz (mgr.14180) 1162 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:24.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:23.748836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1163 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:25.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:23.748836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1163 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:25.420 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:26.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:24.442826+0000 mgr.smithi049.rvwqxz (mgr.14180) 1164 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:24.442826+0000 mgr.smithi049.rvwqxz (mgr.14180) 1164 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:27.601 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:27.602 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:28.217 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:26.443342+0000 mgr.smithi049.rvwqxz (mgr.14180) 1165 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:28.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:26.443342+0000 mgr.smithi049.rvwqxz (mgr.14180) 1165 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:29.238 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:29.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:27.596004+0000 mgr.smithi049.rvwqxz (mgr.14180) 1166 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:29.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:27.596004+0000 mgr.smithi049.rvwqxz (mgr.14180) 1166 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:28.443903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1167 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:29.992 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:28.443903+0000 mgr.smithi049.rvwqxz (mgr.14180) 1167 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:31.402 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:31.402 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:30.444444+0000 mgr.smithi049.rvwqxz (mgr.14180) 1168 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:32.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:30.444444+0000 mgr.smithi049.rvwqxz (mgr.14180) 1168 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:33.095 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:33.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:31.396565+0000 mgr.smithi049.rvwqxz (mgr.14180) 1169 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:33.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:31.396565+0000 mgr.smithi049.rvwqxz (mgr.14180) 1169 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:34.225 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:32.444934+0000 mgr.smithi049.rvwqxz (mgr.14180) 1170 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:32.444934+0000 mgr.smithi049.rvwqxz (mgr.14180) 1170 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:35.348 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:35.348 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:35.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:34.445626+0000 mgr.smithi049.rvwqxz (mgr.14180) 1171 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:35.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:34.445626+0000 mgr.smithi049.rvwqxz (mgr.14180) 1171 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:36.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:36.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:35.342325+0000 mgr.smithi049.rvwqxz (mgr.14180) 1172 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:36.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:35.342325+0000 mgr.smithi049.rvwqxz (mgr.14180) 1172 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:37.037 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:37.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:36.446339+0000 mgr.smithi049.rvwqxz (mgr.14180) 1173 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:37.492 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:36.446339+0000 mgr.smithi049.rvwqxz (mgr.14180) 1173 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:39.400 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:39.400 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:39.738 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:38.446746+0000 mgr.smithi049.rvwqxz (mgr.14180) 1174 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:38.446746+0000 mgr.smithi049.rvwqxz (mgr.14180) 1174 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:40.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:40.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:39.394363+0000 mgr.smithi049.rvwqxz (mgr.14180) 1175 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:39.394363+0000 mgr.smithi049.rvwqxz (mgr.14180) 1175 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.094 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:41.793 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:40.447360+0000 mgr.smithi049.rvwqxz (mgr.14180) 1176 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:40.447360+0000 mgr.smithi049.rvwqxz (mgr.14180) 1176 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:43.259 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:43.260 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:43.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:42.447727+0000 mgr.smithi049.rvwqxz (mgr.14180) 1177 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:43.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:42.447727+0000 mgr.smithi049.rvwqxz (mgr.14180) 1177 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:44.929 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:44.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:43.253733+0000 mgr.smithi049.rvwqxz (mgr.14180) 1178 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:44.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:43.253733+0000 mgr.smithi049.rvwqxz (mgr.14180) 1178 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:45.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:44.448194+0000 mgr.smithi049.rvwqxz (mgr.14180) 1179 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:44.448194+0000 mgr.smithi049.rvwqxz (mgr.14180) 1179 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:47.262 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:47.262 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:47.666 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:46.448723+0000 mgr.smithi049.rvwqxz (mgr.14180) 1180 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:47.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:46.448723+0000 mgr.smithi049.rvwqxz (mgr.14180) 1180 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:48.980 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:48.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:47.256450+0000 mgr.smithi049.rvwqxz (mgr.14180) 1181 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:49.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:47.256450+0000 mgr.smithi049.rvwqxz (mgr.14180) 1181 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:49.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:48.449218+0000 mgr.smithi049.rvwqxz (mgr.14180) 1182 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:48.449218+0000 mgr.smithi049.rvwqxz (mgr.14180) 1182 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:51.237 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:51.237 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:51.944 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:50.449969+0000 mgr.smithi049.rvwqxz (mgr.14180) 1183 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:51.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:50.449969+0000 mgr.smithi049.rvwqxz (mgr.14180) 1183 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:52.969 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:52.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:51.231100+0000 mgr.smithi049.rvwqxz (mgr.14180) 1184 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:53.000 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:51.231100+0000 mgr.smithi049.rvwqxz (mgr.14180) 1184 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:53.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:52.450556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1185 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:52.450556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1185 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:55.235 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:55.235 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:55.883 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:54.451114+0000 mgr.smithi049.rvwqxz (mgr.14180) 1186 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:55.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:54.451114+0000 mgr.smithi049.rvwqxz (mgr.14180) 1186 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:32:56.905 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:56.940 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:55.229434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1187 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:56.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:55.229434+0000 mgr.smithi049.rvwqxz (mgr.14180) 1187 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:57.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:56.451817+0000 mgr.smithi049.rvwqxz (mgr.14180) 1188 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:56.451817+0000 mgr.smithi049.rvwqxz (mgr.14180) 1188 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:59.081 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:32:59.081 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:59.749 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:32:58.452467+0000 mgr.smithi049.rvwqxz (mgr.14180) 1189 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:59.749 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:32:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:32:59.075840+0000 mgr.smithi049.rvwqxz (mgr.14180) 1190 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:59.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:32:58.452467+0000 mgr.smithi049.rvwqxz (mgr.14180) 1189 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:32:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:32:59.075840+0000 mgr.smithi049.rvwqxz (mgr.14180) 1190 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:00.773 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:01.899 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:00.453187+0000 mgr.smithi049.rvwqxz (mgr.14180) 1191 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:00.453187+0000 mgr.smithi049.rvwqxz (mgr.14180) 1191 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:02.940 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:02.940 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:03.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:02.453547+0000 mgr.smithi049.rvwqxz (mgr.14180) 1192 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:02.934011+0000 mgr.smithi049.rvwqxz (mgr.14180) 1193 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:02.453547+0000 mgr.smithi049.rvwqxz (mgr.14180) 1192 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:02.934011+0000 mgr.smithi049.rvwqxz (mgr.14180) 1193 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:04.795 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:05.938 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:04.454011+0000 mgr.smithi049.rvwqxz (mgr.14180) 1194 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:04.454011+0000 mgr.smithi049.rvwqxz (mgr.14180) 1194 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:07.077 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:07.078 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:07.702 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:06.454462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1195 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:07.702 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:07.071901+0000 mgr.smithi049.rvwqxz (mgr.14180) 1196 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:07.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:06.454462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1195 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:07.071901+0000 mgr.smithi049.rvwqxz (mgr.14180) 1196 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:08.725 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:09.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:08.454846+0000 mgr.smithi049.rvwqxz (mgr.14180) 1197 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:08.454846+0000 mgr.smithi049.rvwqxz (mgr.14180) 1197 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:10.956 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:10.956 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:11.727 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:10.455363+0000 mgr.smithi049.rvwqxz (mgr.14180) 1198 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:11.727 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:10.950593+0000 mgr.smithi049.rvwqxz (mgr.14180) 1199 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:11.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:10.455363+0000 mgr.smithi049.rvwqxz (mgr.14180) 1198 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:10.950593+0000 mgr.smithi049.rvwqxz (mgr.14180) 1199 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:12.806 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:13.885 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:12.455887+0000 mgr.smithi049.rvwqxz (mgr.14180) 1200 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:12.455887+0000 mgr.smithi049.rvwqxz (mgr.14180) 1200 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:14.966 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:14.967 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:15.666 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:14.456310+0000 mgr.smithi049.rvwqxz (mgr.14180) 1201 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:15.666 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:14.961001+0000 mgr.smithi049.rvwqxz (mgr.14180) 1202 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:15.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:15.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:14.456310+0000 mgr.smithi049.rvwqxz (mgr.14180) 1201 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:15.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:14.961001+0000 mgr.smithi049.rvwqxz (mgr.14180) 1202 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:16.687 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:16.456836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1203 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:16.456836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1203 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:18.970 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:18.970 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:19.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:18.457287+0000 mgr.smithi049.rvwqxz (mgr.14180) 1204 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:19.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:18.964530+0000 mgr.smithi049.rvwqxz (mgr.14180) 1205 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:19.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:18.457287+0000 mgr.smithi049.rvwqxz (mgr.14180) 1204 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:18.964530+0000 mgr.smithi049.rvwqxz (mgr.14180) 1205 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:20.773 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:21.856 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:20.457767+0000 mgr.smithi049.rvwqxz (mgr.14180) 1206 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:20.457767+0000 mgr.smithi049.rvwqxz (mgr.14180) 1206 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:23.107 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:23.107 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:23.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:22.458248+0000 mgr.smithi049.rvwqxz (mgr.14180) 1207 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:23.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:22.458248+0000 mgr.smithi049.rvwqxz (mgr.14180) 1207 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:24.912 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:24.947 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:23.101287+0000 mgr.smithi049.rvwqxz (mgr.14180) 1208 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:24.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:23.101287+0000 mgr.smithi049.rvwqxz (mgr.14180) 1208 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:24.458687+0000 mgr.smithi049.rvwqxz (mgr.14180) 1209 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:26.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:24.458687+0000 mgr.smithi049.rvwqxz (mgr.14180) 1209 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:27.103 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:27.104 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:26.459247+0000 mgr.smithi049.rvwqxz (mgr.14180) 1210 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:27.098254+0000 mgr.smithi049.rvwqxz (mgr.14180) 1211 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:28.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:26.459247+0000 mgr.smithi049.rvwqxz (mgr.14180) 1210 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:28.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:27.098254+0000 mgr.smithi049.rvwqxz (mgr.14180) 1211 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:28.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:29.043 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:29.764 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:28.459842+0000 mgr.smithi049.rvwqxz (mgr.14180) 1212 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:28.459842+0000 mgr.smithi049.rvwqxz (mgr.14180) 1212 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:31.172 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:31.172 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:31.866 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:30.460356+0000 mgr.smithi049.rvwqxz (mgr.14180) 1213 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:31.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:30.460356+0000 mgr.smithi049.rvwqxz (mgr.14180) 1213 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:32.888 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:32.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:31.166483+0000 mgr.smithi049.rvwqxz (mgr.14180) 1214 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:32.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:31.166483+0000 mgr.smithi049.rvwqxz (mgr.14180) 1214 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:32.460758+0000 mgr.smithi049.rvwqxz (mgr.14180) 1215 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:33.998 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:32.460758+0000 mgr.smithi049.rvwqxz (mgr.14180) 1215 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:35.172 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:35.173 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:35.861 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:34.461218+0000 mgr.smithi049.rvwqxz (mgr.14180) 1216 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:35.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:34.461218+0000 mgr.smithi049.rvwqxz (mgr.14180) 1216 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:36.883 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:36.918 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:35.167006+0000 mgr.smithi049.rvwqxz (mgr.14180) 1217 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:36.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:35.167006+0000 mgr.smithi049.rvwqxz (mgr.14180) 1217 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:36.461770+0000 mgr.smithi049.rvwqxz (mgr.14180) 1218 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:37.996 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:36.461770+0000 mgr.smithi049.rvwqxz (mgr.14180) 1218 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:39.062 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:39.063 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:39.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:38.462362+0000 mgr.smithi049.rvwqxz (mgr.14180) 1219 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:39.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:39.057044+0000 mgr.smithi049.rvwqxz (mgr.14180) 1220 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:39.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:38.462362+0000 mgr.smithi049.rvwqxz (mgr.14180) 1219 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:39.057044+0000 mgr.smithi049.rvwqxz (mgr.14180) 1220 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:40.800 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:40.462891+0000 mgr.smithi049.rvwqxz (mgr.14180) 1221 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:40.462891+0000 mgr.smithi049.rvwqxz (mgr.14180) 1221 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:43.103 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:43.104 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:25:05.868408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.boiaym on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-boiaym\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.boiaym\nDeploy daemon haproxy.nfs.foo.smithi080.boiaym ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:23: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-09T20:23:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.618819Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.ldjetd on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-ldjetd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.ldjetd\nDeploy daemon haproxy.nfs.foo.smithi049.ldjetd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:36.620067Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.maguuf on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:42.463268+0000 mgr.smithi049.rvwqxz (mgr.14180) 1222 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:43.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:43.097678+0000 mgr.smithi049.rvwqxz (mgr.14180) 1223 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:43.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:42.463268+0000 mgr.smithi049.rvwqxz (mgr.14180) 1222 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:43.097678+0000 mgr.smithi049.rvwqxz (mgr.14180) 1223 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:44.890 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:44.463893+0000 mgr.smithi049.rvwqxz (mgr.14180) 1224 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:33:44.999993+0000 mgr.smithi049.rvwqxz (mgr.14180) 1225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.494 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:33:45.000246+0000 mgr.smithi049.rvwqxz (mgr.14180) 1226 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:45.000573+0000 mon.smithi049 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.agsotz"}]: dispatch 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:33:45.001290+0000 mgr.smithi049.rvwqxz (mgr.14180) 1227 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:33:45.003451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1228 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:45.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:33:45.004560+0000 mgr.smithi049.rvwqxz (mgr.14180) 1229 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:45.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:45.005378+0000 mgr.smithi049.rvwqxz (mgr.14180) 1230 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:45.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:45.160330+0000 mon.smithi049 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:33:45.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:44.463893+0000 mgr.smithi049.rvwqxz (mgr.14180) 1224 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:33:45.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:33:44.999993+0000 mgr.smithi049.rvwqxz (mgr.14180) 1225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:33:45.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:33:45.000246+0000 mgr.smithi049.rvwqxz (mgr.14180) 1226 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:45.000573+0000 mon.smithi049 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi049.agsotz"}]: dispatch 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:33:45.001290+0000 mgr.smithi049.rvwqxz (mgr.14180) 1227 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi049.agsotz ... 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:45.505 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:31: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-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:32: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-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:33: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-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:33:45.003451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1228 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:33:45.004560+0000 mgr.smithi049.rvwqxz (mgr.14180) 1229 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:45.005378+0000 mgr.smithi049.rvwqxz (mgr.14180) 1230 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:45.506 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:45.160330+0000 mon.smithi049 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:33:46.432 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:45.202199+0000 mon.smithi049 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:33:46.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:45.202199+0000 mon.smithi049 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:33:47.137 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:47.137 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:47.005896+0000 mgr.smithi049.rvwqxz (mgr.14180) 1231 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:47.503 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:47.005896+0000 mgr.smithi049.rvwqxz (mgr.14180) 1231 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:47.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:48.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:48 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:47.131037+0000 mgr.smithi049.rvwqxz (mgr.14180) 1232 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:48.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:48 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:47.131037+0000 mgr.smithi049.rvwqxz (mgr.14180) 1232 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:48.831 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:49.006361+0000 mgr.smithi049.rvwqxz (mgr.14180) 1233 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:49.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:49.006361+0000 mgr.smithi049.rvwqxz (mgr.14180) 1233 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:50.981 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:50.981 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:49.539376+0000 mon.smithi049 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:33:51.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:49.539376+0000 mon.smithi049 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:33:51.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:50.975590+0000 mgr.smithi049.rvwqxz (mgr.14180) 1234 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:51.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:51.007185+0000 mgr.smithi049.rvwqxz (mgr.14180) 1235 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:51.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:50.975590+0000 mgr.smithi049.rvwqxz (mgr.14180) 1234 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:51.007185+0000 mgr.smithi049.rvwqxz (mgr.14180) 1235 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:52.660 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:54.317 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:53.007767+0000 mgr.smithi049.rvwqxz (mgr.14180) 1236 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:53.007767+0000 mgr.smithi049.rvwqxz (mgr.14180) 1236 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:54.770 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:54.770 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:55.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:54.764693+0000 mgr.smithi049.rvwqxz (mgr.14180) 1237 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:55.008357+0000 mgr.smithi049.rvwqxz (mgr.14180) 1238 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:56.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:54.764693+0000 mgr.smithi049.rvwqxz (mgr.14180) 1237 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:56.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:55.008357+0000 mgr.smithi049.rvwqxz (mgr.14180) 1238 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-09T20:33:56.549 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:58.357 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:33:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:57.009002+0000 mgr.smithi049.rvwqxz (mgr.14180) 1239 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:33:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:57.009002+0000 mgr.smithi049.rvwqxz (mgr.14180) 1239 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:58.797 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:33:58.797 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:59.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:33:58.791008+0000 mgr.smithi049.rvwqxz (mgr.14180) 1240 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:33:59.009745+0000 mgr.smithi049.rvwqxz (mgr.14180) 1241 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:00.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:33:58.791008+0000 mgr.smithi049.rvwqxz (mgr.14180) 1240 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:00.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:33:59.009745+0000 mgr.smithi049.rvwqxz (mgr.14180) 1241 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:00.636 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:02.372 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:01.010596+0000 mgr.smithi049.rvwqxz (mgr.14180) 1242 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:02.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:01.010596+0000 mgr.smithi049.rvwqxz (mgr.14180) 1242 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:02.805 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:02.805 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:03.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:04.476 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:04.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:02.799690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1243 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:04.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:03.011332+0000 mgr.smithi049.rvwqxz (mgr.14180) 1244 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:04.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:02.799690+0000 mgr.smithi049.rvwqxz (mgr.14180) 1243 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:04.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:03.011332+0000 mgr.smithi049.rvwqxz (mgr.14180) 1244 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:06.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:05.012185+0000 mgr.smithi049.rvwqxz (mgr.14180) 1245 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:06.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:05.012185+0000 mgr.smithi049.rvwqxz (mgr.14180) 1245 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:06.660 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:06.660 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:07.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:08.433 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:08.467 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:06.652688+0000 mgr.smithi049.rvwqxz (mgr.14180) 1246 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:08.467 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:08 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:07.012908+0000 mgr.smithi049.rvwqxz (mgr.14180) 1247 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:08.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:06.652688+0000 mgr.smithi049.rvwqxz (mgr.14180) 1246 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:08.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:08 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:07.012908+0000 mgr.smithi049.rvwqxz (mgr.14180) 1247 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:10.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:09.013437+0000 mgr.smithi049.rvwqxz (mgr.14180) 1248 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:10.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:09.013437+0000 mgr.smithi049.rvwqxz (mgr.14180) 1248 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:10.684 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:10.685 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:11.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:12.365 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:12.397 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:10.679347+0000 mgr.smithi049.rvwqxz (mgr.14180) 1249 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:12.398 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:12 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:11.014253+0000 mgr.smithi049.rvwqxz (mgr.14180) 1250 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:10.679347+0000 mgr.smithi049.rvwqxz (mgr.14180) 1249 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:12.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:12 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:11.014253+0000 mgr.smithi049.rvwqxz (mgr.14180) 1250 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:14.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:13.014793+0000 mgr.smithi049.rvwqxz (mgr.14180) 1251 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:14.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:13.014793+0000 mgr.smithi049.rvwqxz (mgr.14180) 1251 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:14.510 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:14.510 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:15.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:16.279 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:14.505060+0000 mgr.smithi049.rvwqxz (mgr.14180) 1252 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:16.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:16 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:15.015379+0000 mgr.smithi049.rvwqxz (mgr.14180) 1253 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:16.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:14.505060+0000 mgr.smithi049.rvwqxz (mgr.14180) 1252 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:16.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:16 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:15.015379+0000 mgr.smithi049.rvwqxz (mgr.14180) 1253 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:18.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:17.016069+0000 mgr.smithi049.rvwqxz (mgr.14180) 1254 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:18.494 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:18.494 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:18.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:17.016069+0000 mgr.smithi049.rvwqxz (mgr.14180) 1254 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:19.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:20.312 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:20.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:18.488890+0000 mgr.smithi049.rvwqxz (mgr.14180) 1255 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:20.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:20 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:19.016772+0000 mgr.smithi049.rvwqxz (mgr.14180) 1256 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:20.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:18.488890+0000 mgr.smithi049.rvwqxz (mgr.14180) 1255 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:20.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:20 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:19.016772+0000 mgr.smithi049.rvwqxz (mgr.14180) 1256 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:21.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:21.017415+0000 mgr.smithi049.rvwqxz (mgr.14180) 1257 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:21.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:21.017415+0000 mgr.smithi049.rvwqxz (mgr.14180) 1257 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:22.658 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:22.659 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:23.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:24.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:22.652418+0000 mgr.smithi049.rvwqxz (mgr.14180) 1258 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:24.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:23.018168+0000 mgr.smithi049.rvwqxz (mgr.14180) 1259 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:24.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:22.652418+0000 mgr.smithi049.rvwqxz (mgr.14180) 1258 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:24.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:23.018168+0000 mgr.smithi049.rvwqxz (mgr.14180) 1259 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:24.511 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:26.326 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:25.018788+0000 mgr.smithi049.rvwqxz (mgr.14180) 1260 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:26.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:25.018788+0000 mgr.smithi049.rvwqxz (mgr.14180) 1260 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:26.771 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:27.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:28.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:26.766311+0000 mgr.smithi049.rvwqxz (mgr.14180) 1261 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:28.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:28 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:27.019544+0000 mgr.smithi049.rvwqxz (mgr.14180) 1262 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:26.766311+0000 mgr.smithi049.rvwqxz (mgr.14180) 1261 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:28.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:28 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:27.019544+0000 mgr.smithi049.rvwqxz (mgr.14180) 1262 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:28.505 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:30.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:29.020102+0000 mgr.smithi049.rvwqxz (mgr.14180) 1263 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:30.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:29.020102+0000 mgr.smithi049.rvwqxz (mgr.14180) 1263 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:30.875 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:30.876 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:31.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:32.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:30.870208+0000 mgr.smithi049.rvwqxz (mgr.14180) 1264 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:32.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:32 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:31.020779+0000 mgr.smithi049.rvwqxz (mgr.14180) 1265 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:32.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:30.870208+0000 mgr.smithi049.rvwqxz (mgr.14180) 1264 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:32.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:32 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:31.020779+0000 mgr.smithi049.rvwqxz (mgr.14180) 1265 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:32.656 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:34.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:33.021416+0000 mgr.smithi049.rvwqxz (mgr.14180) 1266 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:34.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:33.021416+0000 mgr.smithi049.rvwqxz (mgr.14180) 1266 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:34.869 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:34.870 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:35.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:36.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:34.864022+0000 mgr.smithi049.rvwqxz (mgr.14180) 1267 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:36.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:36 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:35.022019+0000 mgr.smithi049.rvwqxz (mgr.14180) 1268 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:36.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:34.864022+0000 mgr.smithi049.rvwqxz (mgr.14180) 1267 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:36.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:36 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:35.022019+0000 mgr.smithi049.rvwqxz (mgr.14180) 1268 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:36.601 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:38.248 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:37.022574+0000 mgr.smithi049.rvwqxz (mgr.14180) 1269 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:38.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:37.022574+0000 mgr.smithi049.rvwqxz (mgr.14180) 1269 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:38.692 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:38.692 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:39.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:40.434 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:40.468 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:38.686604+0000 mgr.smithi049.rvwqxz (mgr.14180) 1270 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.468 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:40 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:39.023237+0000 mgr.smithi049.rvwqxz (mgr.14180) 1271 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:40.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:38.686604+0000 mgr.smithi049.rvwqxz (mgr.14180) 1270 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:40 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:39.023237+0000 mgr.smithi049.rvwqxz (mgr.14180) 1271 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:42.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:41.023876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1272 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:42.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:41.023876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1272 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:42.513 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:42.514 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:43.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:44.267 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:42.508132+0000 mgr.smithi049.rvwqxz (mgr.14180) 1273 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:44.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:44 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:43.024458+0000 mgr.smithi049.rvwqxz (mgr.14180) 1274 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:44.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:42.508132+0000 mgr.smithi049.rvwqxz (mgr.14180) 1273 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:44.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:44 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:43.024458+0000 mgr.smithi049.rvwqxz (mgr.14180) 1274 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:45.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:45.007143+0000 mon.smithi049 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:34:45.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:45.007143+0000 mon.smithi049 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:34:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:45.025073+0000 mgr.smithi049.rvwqxz (mgr.14180) 1275 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:45.249043+0000 mon.smithi049 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:46.244 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:45.025073+0000 mgr.smithi049.rvwqxz (mgr.14180) 1275 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:34:46.245 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:45.249043+0000 mon.smithi049 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:46.922 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:46.922 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:39.433608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:39.434310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:39.433780Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:39.433864Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:39.434379Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:39.433938Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:39.434009Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:47.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:46.916629+0000 mgr.smithi049.rvwqxz (mgr.14180) 1276 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:47.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:47.025778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1277 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:46.916629+0000 mgr.smithi049.rvwqxz (mgr.14180) 1276 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:47.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:47.025778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1277 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:47.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:48.876 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:49.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:48.073442+0000 mon.smithi049 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:49.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:48.073442+0000 mon.smithi049 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:50.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:49.026307+0000 mgr.smithi049.rvwqxz (mgr.14180) 1278 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:50.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:49.026307+0000 mgr.smithi049.rvwqxz (mgr.14180) 1278 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:52.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:52 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:51.026952+0000 mgr.smithi049.rvwqxz (mgr.14180) 1279 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:52.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:52 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:51.026952+0000 mgr.smithi049.rvwqxz (mgr.14180) 1279 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:52.774 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:52.774 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:28:45.996711Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:28:45.996847Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:28:45.996977Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:28:45.997874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:28:45.996565Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:28:45.996345Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:28:45.998006Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:28:45.997115Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:28:45.997368Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:28:45.997245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:54.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:52.768879+0000 mgr.smithi049.rvwqxz (mgr.14180) 1280 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:53.027472+0000 mgr.smithi049.rvwqxz (mgr.14180) 1281 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:54.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:53.629653+0000 mon.smithi049 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:54.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:52.768879+0000 mgr.smithi049.rvwqxz (mgr.14180) 1280 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:53.027472+0000 mgr.smithi049.rvwqxz (mgr.14180) 1281 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:54.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:53.629653+0000 mon.smithi049 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:55.216 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:54.354789+0000 mon.smithi049 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:34:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:54.355447+0000 mon.smithi049 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:34:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:54.359468+0000 mon.smithi049 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:54.363038+0000 mon.smithi049 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:34:55.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:54.369627+0000 mon.smithi049 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:54.354789+0000 mon.smithi049 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:34:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:54.355447+0000 mon.smithi049 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:34:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:54.359468+0000 mon.smithi049 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:54.363038+0000 mon.smithi049 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:34:55.502 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:54.369627+0000 mon.smithi049 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:34:56.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:54.359909+0000 mgr.smithi049.rvwqxz (mgr.14180) 1282 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-02-09T20:34:56.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:34:54.371517+0000 mgr.smithi049.rvwqxz (mgr.14180) 1283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.igzozz on smithi080 2024-02-09T20:34:56.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:55.357830+0000 mon.smithi049 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:34:56.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:56 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:55.357857+0000 mon.smithi049 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-02-09T20:34:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:54.359909+0000 mgr.smithi049.rvwqxz (mgr.14180) 1282 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-02-09T20:34:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:34:54.371517+0000 mgr.smithi049.rvwqxz (mgr.14180) 1283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi080.igzozz on smithi080 2024-02-09T20:34:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:55.357830+0000 mon.smithi049 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:34:56.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:56 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:55.357857+0000 mon.smithi049 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-02-09T20:34:57.499 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:34:57.499 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:58.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:58.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:56.360369+0000 mgr.smithi049.rvwqxz (mgr.14180) 1284 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:34:58.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:56.360369+0000 mgr.smithi049.rvwqxz (mgr.14180) 1284 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:34:59.163 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:59.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:34:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:34:57.493195+0000 mgr.smithi049.rvwqxz (mgr.14180) 1285 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:59.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:34:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:34:57.493195+0000 mgr.smithi049.rvwqxz (mgr.14180) 1285 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:00.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:00 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:34:58.360834+0000 mgr.smithi049.rvwqxz (mgr.14180) 1286 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:00.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:00 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:34:58.360834+0000 mgr.smithi049.rvwqxz (mgr.14180) 1286 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:01.654 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:01.655 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:02.480 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:02 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:00.361426+0000 mgr.smithi049.rvwqxz (mgr.14180) 1287 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:02.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:02 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:00.361426+0000 mgr.smithi049.rvwqxz (mgr.14180) 1287 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:02.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:03.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:01.649179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1288 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:03.501 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:01.649179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1288 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:03.502 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:04.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:04 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:02.361748+0000 mgr.smithi049.rvwqxz (mgr.14180) 1289 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:04.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:04 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:02.361748+0000 mgr.smithi049.rvwqxz (mgr.14180) 1289 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:35:05.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:04.362139+0000 mgr.smithi049.rvwqxz (mgr.14180) 1290 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-02-09T20:35:05.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:04.541070+0000 mon.smithi049 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:35:05.824 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:05.824 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:04.362139+0000 mgr.smithi049.rvwqxz (mgr.14180) 1290 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-02-09T20:35:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:04.541070+0000 mon.smithi049 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' 2024-02-09T20:35:06.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:06.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:05.818809+0000 mgr.smithi049.rvwqxz (mgr.14180) 1291 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:06.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:05.818809+0000 mgr.smithi049.rvwqxz (mgr.14180) 1291 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:07.491 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:07.950 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:06.362778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1292 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:06.362778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1292 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:09.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:08.363161+0000 mgr.smithi049.rvwqxz (mgr.14180) 1293 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:09.848 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:09.849 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:08.363161+0000 mgr.smithi049.rvwqxz (mgr.14180) 1293 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:10.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:10.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:10 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:09.843254+0000 mgr.smithi049.rvwqxz (mgr.14180) 1294 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:11.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:10 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:09.843254+0000 mgr.smithi049.rvwqxz (mgr.14180) 1294 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:11.597 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:10.363635+0000 mgr.smithi049.rvwqxz (mgr.14180) 1295 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:10.363635+0000 mgr.smithi049.rvwqxz (mgr.14180) 1295 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:13.744 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:13.745 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:13.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:12.363976+0000 mgr.smithi049.rvwqxz (mgr.14180) 1296 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:12.363976+0000 mgr.smithi049.rvwqxz (mgr.14180) 1296 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:14.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:14.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:14 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:13.739193+0000 mgr.smithi049.rvwqxz (mgr.14180) 1297 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:15.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:14 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:13.739193+0000 mgr.smithi049.rvwqxz (mgr.14180) 1297 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:15.530 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:14.364628+0000 mgr.smithi049.rvwqxz (mgr.14180) 1298 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:16.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:14.364628+0000 mgr.smithi049.rvwqxz (mgr.14180) 1298 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:17.692 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:17.693 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:16.365170+0000 mgr.smithi049.rvwqxz (mgr.14180) 1299 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:18.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:16.365170+0000 mgr.smithi049.rvwqxz (mgr.14180) 1299 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:18.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:18.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:18 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:17.686692+0000 mgr.smithi049.rvwqxz (mgr.14180) 1300 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:18.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:18 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:17.686692+0000 mgr.smithi049.rvwqxz (mgr.14180) 1300 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:19.467 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:19.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:18.365509+0000 mgr.smithi049.rvwqxz (mgr.14180) 1301 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:18.365509+0000 mgr.smithi049.rvwqxz (mgr.14180) 1301 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:21.564 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:21.565 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:21.943 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:20.366017+0000 mgr.smithi049.rvwqxz (mgr.14180) 1302 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:21.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:20.366017+0000 mgr.smithi049.rvwqxz (mgr.14180) 1302 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:22.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:22.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:22 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:21.558535+0000 mgr.smithi049.rvwqxz (mgr.14180) 1303 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:22.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:22 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:21.558535+0000 mgr.smithi049.rvwqxz (mgr.14180) 1303 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:23.388 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:23.752 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:22.366399+0000 mgr.smithi049.rvwqxz (mgr.14180) 1304 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:23.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:22.366399+0000 mgr.smithi049.rvwqxz (mgr.14180) 1304 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:25.524 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:25.525 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:25.924 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:24.367069+0000 mgr.smithi049.rvwqxz (mgr.14180) 1305 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:25.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:24.367069+0000 mgr.smithi049.rvwqxz (mgr.14180) 1305 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:26.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:26.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:26 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:25.519074+0000 mgr.smithi049.rvwqxz (mgr.14180) 1306 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:27.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:26 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:25.519074+0000 mgr.smithi049.rvwqxz (mgr.14180) 1306 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:27.245 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:27.933 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:26.367778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1307 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:27.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:26.367778+0000 mgr.smithi049.rvwqxz (mgr.14180) 1307 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:29.452 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:29.452 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:29.751 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:28.368310+0000 mgr.smithi049.rvwqxz (mgr.14180) 1308 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:28.368310+0000 mgr.smithi049.rvwqxz (mgr.14180) 1308 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:30.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:30.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:30 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:29.446488+0000 mgr.smithi049.rvwqxz (mgr.14180) 1309 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:31.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:29.446488+0000 mgr.smithi049.rvwqxz (mgr.14180) 1309 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:31.117 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:31.894 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:30.368971+0000 mgr.smithi049.rvwqxz (mgr.14180) 1310 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:30.368971+0000 mgr.smithi049.rvwqxz (mgr.14180) 1310 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:33.347 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:33.347 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:33.710 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:32.369344+0000 mgr.smithi049.rvwqxz (mgr.14180) 1311 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:33.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:32.369344+0000 mgr.smithi049.rvwqxz (mgr.14180) 1311 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:34.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:34.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:34 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:33.341214+0000 mgr.smithi049.rvwqxz (mgr.14180) 1312 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:35.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:34 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:33.341214+0000 mgr.smithi049.rvwqxz (mgr.14180) 1312 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:35.041 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:35.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:34.369869+0000 mgr.smithi049.rvwqxz (mgr.14180) 1313 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:35.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:34.369869+0000 mgr.smithi049.rvwqxz (mgr.14180) 1313 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:37.238 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:37.238 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:37.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:36.370364+0000 mgr.smithi049.rvwqxz (mgr.14180) 1314 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:37.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:37.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:36.370364+0000 mgr.smithi049.rvwqxz (mgr.14180) 1314 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:38.951 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:38.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:38 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:37.232666+0000 mgr.smithi049.rvwqxz (mgr.14180) 1315 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:38.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:38 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:37.232666+0000 mgr.smithi049.rvwqxz (mgr.14180) 1315 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:39.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:38.370839+0000 mgr.smithi049.rvwqxz (mgr.14180) 1316 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:38.370839+0000 mgr.smithi049.rvwqxz (mgr.14180) 1316 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:41.310 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:41.310 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:41.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:40.371504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1317 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:40.371504+0000 mgr.smithi049.rvwqxz (mgr.14180) 1317 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:42.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:42.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:42 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:41.304463+0000 mgr.smithi049.rvwqxz (mgr.14180) 1318 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:43.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:42 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:41.304463+0000 mgr.smithi049.rvwqxz (mgr.14180) 1318 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:43.033 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:43.747 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:42.372214+0000 mgr.smithi049.rvwqxz (mgr.14180) 1319 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:43.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:42.372214+0000 mgr.smithi049.rvwqxz (mgr.14180) 1319 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:45.296 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:45.296 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:45.967 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:44.372811+0000 mgr.smithi049.rvwqxz (mgr.14180) 1320 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:45.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:45.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:44.372811+0000 mgr.smithi049.rvwqxz (mgr.14180) 1320 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:46.990 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:46.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:46 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:45.290528+0000 mgr.smithi049.rvwqxz (mgr.14180) 1321 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:47.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:46 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:45.290528+0000 mgr.smithi049.rvwqxz (mgr.14180) 1321 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:47.713 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:46.373573+0000 mgr.smithi049.rvwqxz (mgr.14180) 1322 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:47.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:46.373573+0000 mgr.smithi049.rvwqxz (mgr.14180) 1322 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:49.150 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:49.150 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:49.847 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:48.374055+0000 mgr.smithi049.rvwqxz (mgr.14180) 1323 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:49.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:48.374055+0000 mgr.smithi049.rvwqxz (mgr.14180) 1323 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:50.868 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:50.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:50 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:49.144763+0000 mgr.smithi049.rvwqxz (mgr.14180) 1324 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:51.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:50 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:49.144763+0000 mgr.smithi049.rvwqxz (mgr.14180) 1324 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:51.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:50.374696+0000 mgr.smithi049.rvwqxz (mgr.14180) 1325 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:52.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:50.374696+0000 mgr.smithi049.rvwqxz (mgr.14180) 1325 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:53.153 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:53.153 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:53.828 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:52.375274+0000 mgr.smithi049.rvwqxz (mgr.14180) 1326 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:53.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:53.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:52.375274+0000 mgr.smithi049.rvwqxz (mgr.14180) 1326 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:54.852 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:54.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:54 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:53.147716+0000 mgr.smithi049.rvwqxz (mgr.14180) 1327 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:55.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:54 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:53.147716+0000 mgr.smithi049.rvwqxz (mgr.14180) 1327 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:55.978 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:54.375754+0000 mgr.smithi049.rvwqxz (mgr.14180) 1328 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:55.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:54.375754+0000 mgr.smithi049.rvwqxz (mgr.14180) 1328 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:35:57.142 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:35:57.142 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:57.791 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:56.376362+0000 mgr.smithi049.rvwqxz (mgr.14180) 1329 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:57.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:57.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:56.376362+0000 mgr.smithi049.rvwqxz (mgr.14180) 1329 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:58.814 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:58.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:58 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:35:57.136247+0000 mgr.smithi049.rvwqxz (mgr.14180) 1330 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:59.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:58 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:35:57.136247+0000 mgr.smithi049.rvwqxz (mgr.14180) 1330 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:35:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:35:58.376835+0000 mgr.smithi049.rvwqxz (mgr.14180) 1331 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:00.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:35:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:35:58.376835+0000 mgr.smithi049.rvwqxz (mgr.14180) 1331 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:01.096 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:01.096 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:01.905 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:00.377440+0000 mgr.smithi049.rvwqxz (mgr.14180) 1332 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:01.905 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:01.090400+0000 mgr.smithi049.rvwqxz (mgr.14180) 1333 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:01.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:00.377440+0000 mgr.smithi049.rvwqxz (mgr.14180) 1332 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:01.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:01.090400+0000 mgr.smithi049.rvwqxz (mgr.14180) 1333 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:02.927 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:03.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:02.377836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1334 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:04.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:02.377836+0000 mgr.smithi049.rvwqxz (mgr.14180) 1334 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:05.263 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:05.263 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:05.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:04.378451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1335 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:05.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:05.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:04.378451+0000 mgr.smithi049.rvwqxz (mgr.14180) 1335 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:06.937 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:06.972 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:06 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:05.257443+0000 mgr.smithi049.rvwqxz (mgr.14180) 1336 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:06.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:06 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:05.257443+0000 mgr.smithi049.rvwqxz (mgr.14180) 1336 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:07.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:06.379147+0000 mgr.smithi049.rvwqxz (mgr.14180) 1337 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:08.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:06.379147+0000 mgr.smithi049.rvwqxz (mgr.14180) 1337 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:09.035 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:09.035 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:09.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:08.379578+0000 mgr.smithi049.rvwqxz (mgr.14180) 1338 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:09.029364+0000 mgr.smithi049.rvwqxz (mgr.14180) 1339 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:08.379578+0000 mgr.smithi049.rvwqxz (mgr.14180) 1338 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:10.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:09.029364+0000 mgr.smithi049.rvwqxz (mgr.14180) 1339 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:10.689 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:11.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:10.380425+0000 mgr.smithi049.rvwqxz (mgr.14180) 1340 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:12.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:10.380425+0000 mgr.smithi049.rvwqxz (mgr.14180) 1340 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:12.894 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:12.894 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:13.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:12.380782+0000 mgr.smithi049.rvwqxz (mgr.14180) 1341 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:13.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:12.888234+0000 mgr.smithi049.rvwqxz (mgr.14180) 1342 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:12.380782+0000 mgr.smithi049.rvwqxz (mgr.14180) 1341 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:12.888234+0000 mgr.smithi049.rvwqxz (mgr.14180) 1342 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:14.678 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:15.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:14.381322+0000 mgr.smithi049.rvwqxz (mgr.14180) 1343 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:16.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:14.381322+0000 mgr.smithi049.rvwqxz (mgr.14180) 1343 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:16.957 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:16.957 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:17.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:16.382074+0000 mgr.smithi049.rvwqxz (mgr.14180) 1344 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:17.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:16.951258+0000 mgr.smithi049.rvwqxz (mgr.14180) 1345 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:16.382074+0000 mgr.smithi049.rvwqxz (mgr.14180) 1344 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:16.951258+0000 mgr.smithi049.rvwqxz (mgr.14180) 1345 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:18.713 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:18.382556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1346 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:20.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:18.382556+0000 mgr.smithi049.rvwqxz (mgr.14180) 1346 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:20.887 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:20.887 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:21.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:22.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:20.383089+0000 mgr.smithi049.rvwqxz (mgr.14180) 1347 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:22.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:20.881256+0000 mgr.smithi049.rvwqxz (mgr.14180) 1348 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:20.383089+0000 mgr.smithi049.rvwqxz (mgr.14180) 1347 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:20.881256+0000 mgr.smithi049.rvwqxz (mgr.14180) 1348 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:22.640 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:24.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:22.383564+0000 mgr.smithi049.rvwqxz (mgr.14180) 1349 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:22.383564+0000 mgr.smithi049.rvwqxz (mgr.14180) 1349 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:24.778 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:24.778 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:25.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:24.384274+0000 mgr.smithi049.rvwqxz (mgr.14180) 1350 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:24.772986+0000 mgr.smithi049.rvwqxz (mgr.14180) 1351 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:26.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:24.384274+0000 mgr.smithi049.rvwqxz (mgr.14180) 1350 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:26.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:24.772986+0000 mgr.smithi049.rvwqxz (mgr.14180) 1351 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:26.530 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:28.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:26.384889+0000 mgr.smithi049.rvwqxz (mgr.14180) 1352 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:26.384889+0000 mgr.smithi049.rvwqxz (mgr.14180) 1352 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:28.797 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:28.797 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:29.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:28.385386+0000 mgr.smithi049.rvwqxz (mgr.14180) 1353 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:28.789507+0000 mgr.smithi049.rvwqxz (mgr.14180) 1354 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:30.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:28.385386+0000 mgr.smithi049.rvwqxz (mgr.14180) 1353 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:30.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:28.789507+0000 mgr.smithi049.rvwqxz (mgr.14180) 1354 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:30.558 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:32.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:31 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:30.386180+0000 mgr.smithi049.rvwqxz (mgr.14180) 1355 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:32.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:30.386180+0000 mgr.smithi049.rvwqxz (mgr.14180) 1355 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:32.901 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:32.901 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:33.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:32.386570+0000 mgr.smithi049.rvwqxz (mgr.14180) 1356 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:34.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:33 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:32.895862+0000 mgr.smithi049.rvwqxz (mgr.14180) 1357 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:32.386570+0000 mgr.smithi049.rvwqxz (mgr.14180) 1356 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:34.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:33 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:32.895862+0000 mgr.smithi049.rvwqxz (mgr.14180) 1357 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:34.628 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:36.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:35 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:34.387156+0000 mgr.smithi049.rvwqxz (mgr.14180) 1358 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:36.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:35 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:34.387156+0000 mgr.smithi049.rvwqxz (mgr.14180) 1358 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:36.790 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:36.791 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:37.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:38.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:36.387668+0000 mgr.smithi049.rvwqxz (mgr.14180) 1359 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:38.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:37 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:36.784926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1360 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:36.387668+0000 mgr.smithi049.rvwqxz (mgr.14180) 1359 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:38.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:37 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:36.784926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1360 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:38.620 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:39.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:39 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:38.388179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1361 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:40.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:39 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:38.388179+0000 mgr.smithi049.rvwqxz (mgr.14180) 1361 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:40.958 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:40.958 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:41.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:42.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:40.388708+0000 mgr.smithi049.rvwqxz (mgr.14180) 1362 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:42.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:41 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:40.952227+0000 mgr.smithi049.rvwqxz (mgr.14180) 1363 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:40.388708+0000 mgr.smithi049.rvwqxz (mgr.14180) 1362 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:42.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:41 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:40.952227+0000 mgr.smithi049.rvwqxz (mgr.14180) 1363 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:42.701 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:44.159 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:43 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:42.389350+0000 mgr.smithi049.rvwqxz (mgr.14180) 1364 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:44.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:43 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:42.389350+0000 mgr.smithi049.rvwqxz (mgr.14180) 1364 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:44.882 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:44.882 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:45.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:44.389835+0000 mgr.smithi049.rvwqxz (mgr.14180) 1365 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:46.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:45 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:44.876465+0000 mgr.smithi049.rvwqxz (mgr.14180) 1366 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:44.389835+0000 mgr.smithi049.rvwqxz (mgr.14180) 1365 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:46.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:45 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:44.876465+0000 mgr.smithi049.rvwqxz (mgr.14180) 1366 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:46.583 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:48.240 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:47 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:46.390427+0000 mgr.smithi049.rvwqxz (mgr.14180) 1367 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:48.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:47 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:46.390427+0000 mgr.smithi049.rvwqxz (mgr.14180) 1367 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:48.941 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:48.941 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:49.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:48.390851+0000 mgr.smithi049.rvwqxz (mgr.14180) 1368 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:49.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:49 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:48.935682+0000 mgr.smithi049.rvwqxz (mgr.14180) 1369 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:50.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:48.390851+0000 mgr.smithi049.rvwqxz (mgr.14180) 1368 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:50.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:49 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:48.935682+0000 mgr.smithi049.rvwqxz (mgr.14180) 1369 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:50.617 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:52.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:51 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:50.391580+0000 mgr.smithi049.rvwqxz (mgr.14180) 1370 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:52.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:51 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:50.391580+0000 mgr.smithi049.rvwqxz (mgr.14180) 1370 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:53.023 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:53.023 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:53.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:54.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:52.392048+0000 mgr.smithi049.rvwqxz (mgr.14180) 1371 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:54.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:53 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:53.017485+0000 mgr.smithi049.rvwqxz (mgr.14180) 1372 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:52.392048+0000 mgr.smithi049.rvwqxz (mgr.14180) 1371 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:54.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:53 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:53.017485+0000 mgr.smithi049.rvwqxz (mgr.14180) 1372 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:54.632 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:56.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:55 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:54.392772+0000 mgr.smithi049.rvwqxz (mgr.14180) 1373 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:56.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:55 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:54.392772+0000 mgr.smithi049.rvwqxz (mgr.14180) 1373 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:36:57.039 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:36:57.039 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:36:57.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:36:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:56.393384+0000 mgr.smithi049.rvwqxz (mgr.14180) 1374 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:58.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:57 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:36:57.033222+0000 mgr.smithi049.rvwqxz (mgr.14180) 1375 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:56.393384+0000 mgr.smithi049.rvwqxz (mgr.14180) 1374 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:36:58.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:57 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:36:57.033222+0000 mgr.smithi049.rvwqxz (mgr.14180) 1375 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:36:58.723 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:36:59.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:36:59 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:36:58.393937+0000 mgr.smithi049.rvwqxz (mgr.14180) 1376 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:00.165 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:36:59 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:36:58.393937+0000 mgr.smithi049.rvwqxz (mgr.14180) 1376 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:00.855 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:00.855 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:01.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:02.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:00.394462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1377 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:02.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:01 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:00.849781+0000 mgr.smithi049.rvwqxz (mgr.14180) 1378 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:02.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:00.394462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1377 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:02.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:01 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:00.849781+0000 mgr.smithi049.rvwqxz (mgr.14180) 1378 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:02.630 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:04.113 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:03 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:02.394897+0000 mgr.smithi049.rvwqxz (mgr.14180) 1379 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:04.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:03 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:02.394897+0000 mgr.smithi049.rvwqxz (mgr.14180) 1379 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:04.838 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:04.838 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:05.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:04.395374+0000 mgr.smithi049.rvwqxz (mgr.14180) 1380 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:06.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:05 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:04.832223+0000 mgr.smithi049.rvwqxz (mgr.14180) 1381 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:06.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:04.395374+0000 mgr.smithi049.rvwqxz (mgr.14180) 1380 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:06.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:05 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:04.832223+0000 mgr.smithi049.rvwqxz (mgr.14180) 1381 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:06.581 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:08.000 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:07 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:06.395926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1382 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:08.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:07 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:06.395926+0000 mgr.smithi049.rvwqxz (mgr.14180) 1382 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:08.674 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:08.675 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:09.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:08.396353+0000 mgr.smithi049.rvwqxz (mgr.14180) 1383 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:09.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:09 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:08.668938+0000 mgr.smithi049.rvwqxz (mgr.14180) 1384 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:10.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:08.396353+0000 mgr.smithi049.rvwqxz (mgr.14180) 1383 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:10.252 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:09 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:08.668938+0000 mgr.smithi049.rvwqxz (mgr.14180) 1384 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:10.559 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:12.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:11 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:10.396915+0000 mgr.smithi049.rvwqxz (mgr.14180) 1385 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:11 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:10.396915+0000 mgr.smithi049.rvwqxz (mgr.14180) 1385 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:12.822 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:12.822 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:13.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:14.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:12.397315+0000 mgr.smithi049.rvwqxz (mgr.14180) 1386 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:14.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:13 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:12.816518+0000 mgr.smithi049.rvwqxz (mgr.14180) 1387 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:12.397315+0000 mgr.smithi049.rvwqxz (mgr.14180) 1386 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:14.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:13 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:12.816518+0000 mgr.smithi049.rvwqxz (mgr.14180) 1387 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:14.646 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:16.203 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:15 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:14.397832+0000 mgr.smithi049.rvwqxz (mgr.14180) 1388 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:16.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:15 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:14.397832+0000 mgr.smithi049.rvwqxz (mgr.14180) 1388 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:16.960 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:16.960 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:17.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:16.398456+0000 mgr.smithi049.rvwqxz (mgr.14180) 1389 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:18.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:17 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:16.954718+0000 mgr.smithi049.rvwqxz (mgr.14180) 1390 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:16.398456+0000 mgr.smithi049.rvwqxz (mgr.14180) 1389 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:18.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:17 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:16.954718+0000 mgr.smithi049.rvwqxz (mgr.14180) 1390 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:18.699 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:19.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:19 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:18.398932+0000 mgr.smithi049.rvwqxz (mgr.14180) 1391 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:20.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:19 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:18.398932+0000 mgr.smithi049.rvwqxz (mgr.14180) 1391 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:20.865 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:20.865 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:36.621080Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.scxwzi on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:21.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:20.399462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1392 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:22.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:21 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:20.859876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1393 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:22.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:20.399462+0000 mgr.smithi049.rvwqxz (mgr.14180) 1392 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:22.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:21 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:20.859876+0000 mgr.smithi049.rvwqxz (mgr.14180) 1393 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:22.516 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:24.002 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:23 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:22.399914+0000 mgr.smithi049.rvwqxz (mgr.14180) 1394 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:24.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:23 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:22.399914+0000 mgr.smithi049.rvwqxz (mgr.14180) 1394 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:24.800 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:24.800 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:37:24.039552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.igzozz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz\nDeploy daemon haproxy.nfs.foo.smithi080.igzozz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:35:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:36:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:36:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:37:24.038220+0000 mgr.smithi049.rvwqxz (mgr.14180) 1395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Traceback (most recent call last): 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: yield (conn, connr) 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: code, '\n'.join(err))) 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.192 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:37:24.038491+0000 mgr.smithi049.rvwqxz (mgr.14180) 1396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:24.038891+0000 mon.smithi049 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.igzozz"}]: dispatch 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:37:24.039682+0000 mgr.smithi049.rvwqxz (mgr.14180) 1397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.igzozz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.193 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.194 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:24 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cephadm 2024-02-09T20:37:24.041595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.zdcaao on smithi049 2024-02-09T20:37:25.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:37:24.038220+0000 mgr.smithi049.rvwqxz (mgr.14180) 1395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Traceback (most recent call last): 2024-02-09T20:37:25.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: yield (conn, connr) 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: code, '\n'.join(err))) 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.244 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:37:24.038491+0000 mgr.smithi049.rvwqxz (mgr.14180) 1396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:24.038891+0000 mon.smithi049 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.49:0/94200487' entity='mgr.smithi049.rvwqxz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi080.igzozz"}]: dispatch 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:37:24.039682+0000 mgr.smithi049.rvwqxz (mgr.14180) 1397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi080.igzozz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: /bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: Deploy daemon haproxy.nfs.foo.smithi080.igzozz ... 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:35:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: stat: stderr time="2024-02-09T20:36:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:37:25.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:24 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cephadm 2024-02-09T20:37:24.041595+0000 mgr.smithi049.rvwqxz (mgr.14180) 1398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi049.zdcaao on smithi049 2024-02-09T20:37:25.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:24.400414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1399 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:26.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:25 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:24.794239+0000 mgr.smithi049.rvwqxz (mgr.14180) 1400 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:26.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:24.400414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1399 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-09T20:37:26.251 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:25 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:24.794239+0000 mgr.smithi049.rvwqxz (mgr.14180) 1400 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:26.525 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85817c48-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:37:28.212 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:27 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:26.400995+0000 mgr.smithi049.rvwqxz (mgr.14180) 1401 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:28.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:27 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:26.400995+0000 mgr.smithi049.rvwqxz (mgr.14180) 1401 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:28.617 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-02-09T20:37:28.617 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:34.016657Z", "last_refresh": "2024-02-09T20:34:53.622458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:27.379681Z", "last_refresh": "2024-02-09T20:34:48.067265Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:30.242872Z", "last_refresh": "2024-02-09T20:34:53.622609Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:31:15.489776Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.usyzyt on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-usyzyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.usyzyt\nDeploy daemon haproxy.nfs.foo.smithi080.usyzyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.001157Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi049.agsotz on smithi049: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi049-agsotz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi049.agsotz\nDeploy daemon haproxy.nfs.foo.smithi049.agsotz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31: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-09T20:32: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-09T20:33: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=smithi049 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:45.003333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi049.jfrsgu on smithi049: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:45.004484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi080.iynywp on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:37:24.039552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi080.igzozz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi080-igzozz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz\n/bin/podman: stderr Error: no such container ceph-85817c48-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi080.igzozz\nDeploy daemon haproxy.nfs.foo.smithi080.igzozz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:35:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:36:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:36:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.49/16"}, "status": {"created": "2024-02-09T20:11:59.959497Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-02-09T20:11:56.760208Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:56.756835Z", "last_refresh": "2024-02-09T20:34:48.067881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:25.413698Z", "last_refresh": "2024-02-09T20:34:48.067405Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:07:53.164774Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi080:172.21.15.80=smithi080"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:07:53.162474Z", "last_refresh": "2024-02-09T20:34:48.067482Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:59.959235Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-09T20:11:59.955843Z", "last_refresh": "2024-02-09T20:34:48.067945Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:32.517859Z", "last_refresh": "2024-02-09T20:34:48.067551Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:32.477205Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:32.473630Z", "last_refresh": "2024-02-09T20:34:48.067620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:28.841086Z", "last_refresh": "2024-02-09T20:34:53.622768Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:37:29.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:37:29.247 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-09T20:37:29.476 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6015b50146154711908d42025e156b4b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-09T20:37:29.478 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-09T20:37:29.492 INFO:tasks.vip:Removing 10.0.15.49 (and any VIPs) on smithi049.front.sepia.ceph.com iface ens1f0... 2024-02-09T20:37:29.492 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr del 10.0.15.49/16 dev ens1f0 2024-02-09T20:37:29.528 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr del 10.0.31.49/16 dev ens1f0 2024-02-09T20:37:29.597 INFO:teuthology.orchestra.run.smithi049.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:37:29.598 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:37:29.598 INFO:tasks.vip:Removing 10.0.15.80 (and any VIPs) on smithi080.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:37:29.598 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.15.80/16 dev enp3s0f1 2024-02-09T20:37:29.637 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.31.49/16 dev enp3s0f1 2024-02-09T20:37:29.706 INFO:teuthology.orchestra.run.smithi080.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:37:29.707 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:37:29.708 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-09T20:37:29.717 INFO:tasks.cephadm:Teardown begin 2024-02-09T20:37:29.718 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:37:29.747 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:37:29.777 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-09T20:37:29.777 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:37:29.805 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:37:29.837 INFO:tasks.cephadm:Stopping all daemons... 2024-02-09T20:37:29.837 INFO:tasks.cephadm.mon.smithi049:Stopping mon.smithi049... 2024-02-09T20:37:29.837 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049 2024-02-09T20:37:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: cluster 2024-02-09T20:37:28.401414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1402 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:29.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:29 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: audit 2024-02-09T20:37:28.612141+0000 mgr.smithi049.rvwqxz (mgr.14180) 1403 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:29 smithi049 systemd[1]: Stopping Ceph mon.smithi049 for 85817c48-c786-11ee-95b8-87774f69a715... 2024-02-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: cluster 2024-02-09T20:37:28.401414+0000 mgr.smithi049.rvwqxz (mgr.14180) 1402 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:29 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: audit 2024-02-09T20:37:28.612141+0000 mgr.smithi049.rvwqxz (mgr.14180) 1403 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:29 smithi049 bash[157786]: Error: no container with name or ID "ceph-85817c48-c786-11ee-95b8-87774f69a715-mon.smithi049" found: no such container 2024-02-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:37:30.128+0000 7f95c86df700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi049 -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-09T20:37:30.132 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:30 smithi049 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049[35824]: debug 2024-02-09T20:37:30.128+0000 7f95c86df700 -1 mon.smithi049@0(leader) e2 *** Got Signal Terminated *** 2024-02-09T20:37:31.001 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Feb 09 20:37:30 smithi049 bash[157827]: ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi049 2024-02-09T20:37:31.153 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi049.service' 2024-02-09T20:37:31.200 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:37:31.200 INFO:tasks.cephadm.mon.smithi049:Stopped mon.smithi049 2024-02-09T20:37:31.200 INFO:tasks.cephadm.mon.smithi080:Stopping mon.smithi080... 2024-02-09T20:37:31.200 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi080 2024-02-09T20:37:31.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:31 smithi080 systemd[1]: Stopping Ceph mon.smithi080 for 85817c48-c786-11ee-95b8-87774f69a715... 2024-02-09T20:37:31.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:31 smithi080 bash[63309]: Error: no container with name or ID "ceph-85817c48-c786-11ee-95b8-87774f69a715-mon.smithi080" found: no such container 2024-02-09T20:37:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: debug 2024-02-09T20:37:31.523+0000 7fac2a20e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi080 -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-09T20:37:31.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:31 smithi080 ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080[40238]: debug 2024-02-09T20:37:31.523+0000 7fac2a20e700 -1 mon.smithi080@1(peon) e2 *** Got Signal Terminated *** 2024-02-09T20:37:32.492 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Feb 09 20:37:32 smithi080 bash[63349]: ceph-85817c48-c786-11ee-95b8-87774f69a715-mon-smithi080 2024-02-09T20:37:32.621 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85817c48-c786-11ee-95b8-87774f69a715@mon.smithi080.service' 2024-02-09T20:37:32.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:37:32.667 INFO:tasks.cephadm.mon.smithi080:Stopped mon.smithi080 2024-02-09T20:37:32.667 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85817c48-c786-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:40:46.652 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85817c48-c786-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:41:40.762 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:41:40.803 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:41:40.834 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-09T20:41:40.836 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/ubuntu@smithi049.front.sepia.ceph.com/crash 2024-02-09T20:41:40.837 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:41:40.888 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:41:40.889 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:41:40.890 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/ubuntu@smithi080.front.sepia.ceph.com/crash 2024-02-09T20:41:40.891 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:41:40.929 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/85817c48-c786-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:41:40.929 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:41:40.930 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-09T20:41:40.930 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-09T20:41:40.961 INFO:teuthology.orchestra.run.smithi049.stderr:grep: /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph.log: No such file or directory 2024-02-09T20:41:40.962 INFO:tasks.cephadm:Compressing logs... 2024-02-09T20:41:40.963 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:41:41.006 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:41:41.032 INFO:teuthology.orchestra.run.smithi080.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-09T20:41:41.032 INFO:teuthology.orchestra.run.smithi080.stderr:: No such file or directory 2024-02-09T20:41:41.032 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-09T20:41:41.035 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:41:41.035 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-09T20:41:41.035 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-09T20:41:41.036 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi080.log 2024-02-09T20:41:41.036 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.0.log: /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi080.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi080.vjtypi.log 2024-02-09T20:41:41.036 INFO:teuthology.orchestra.run.smithi049.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 --verbose 2024-02-09T20:41:41.036 INFO:teuthology.orchestra.run.smithi049.stderr:-- /var/log/ceph/cephadm.log 2024-02-09T20:41:41.037 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:41:41.037 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi049.wqwzhy.log 2024-02-09T20:41:41.037 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-09T20:41:41.037 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi049.log 2024-02-09T20:41:41.037 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi049.wqwzhy.log: 60.2% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi049.wqwzhy.log.gz 2024-02-09T20:41:41.038 INFO:teuthology.orchestra.run.smithi049.stderr:gzip /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.3.log: -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-09T20:41:41.038 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi049.rvwqxz.log 2024-02-09T20:41:41.038 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi080.vjtypi.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-09T20:41:41.039 INFO:teuthology.orchestra.run.smithi080.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:41:41.039 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi080.aulhxr.log 2024-02-09T20:41:41.039 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi080.aulhxr.log: 87.9% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi080.aulhxr.log.gz 2024-02-09T20:41:41.040 INFO:teuthology.orchestra.run.smithi080.stderr: 92.6% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:41:41.040 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi049.log: /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.7.log: /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi049.rvwqxz.log: 92.6% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:41:41.040 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-09T20:41:41.041 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-09T20:41:41.044 INFO:teuthology.orchestra.run.smithi080.stderr: 93.5% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi080.vjtypi.log.gz 2024-02-09T20:41:41.071 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.5.log: /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.1.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:41:41.294 INFO:teuthology.orchestra.run.smithi080.stderr: 92.2% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi080.log.gz 2024-02-09T20:41:41.380 INFO:teuthology.orchestra.run.smithi049.stderr: 89.6% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi049.rvwqxz.log.gz 2024-02-09T20:41:41.532 INFO:teuthology.orchestra.run.smithi080.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-09T20:41:41.602 INFO:teuthology.orchestra.run.smithi080.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-09T20:41:41.677 INFO:teuthology.orchestra.run.smithi080.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-09T20:41:41.708 INFO:teuthology.orchestra.run.smithi049.stderr: 93.5% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-09T20:41:41.708 INFO:teuthology.orchestra.run.smithi049.stderr: 93.2% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-09T20:41:41.764 INFO:teuthology.orchestra.run.smithi049.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-09T20:41:41.774 INFO:teuthology.orchestra.run.smithi080.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-09T20:41:41.776 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-02-09T20:41:41.776 INFO:teuthology.orchestra.run.smithi080.stderr:real 0m0.754s 2024-02-09T20:41:41.776 INFO:teuthology.orchestra.run.smithi080.stderr:user 0m2.631s 2024-02-09T20:41:41.776 INFO:teuthology.orchestra.run.smithi080.stderr:sys 0m0.122s 2024-02-09T20:41:41.777 INFO:teuthology.orchestra.run.smithi049.stderr: 93.1% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-09T20:41:41.817 INFO:teuthology.orchestra.run.smithi049.stderr: 89.8% -- replaced with /var/log/ceph/85817c48-c786-11ee-95b8-87774f69a715/ceph-mon.smithi049.log.gz 2024-02-09T20:41:41.818 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-02-09T20:41:41.819 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.797s 2024-02-09T20:41:41.819 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m3.854s 2024-02-09T20:41:41.819 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.144s 2024-02-09T20:41:41.819 INFO:tasks.cephadm:Archiving logs... 2024-02-09T20:41:41.820 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/ubuntu@smithi049.front.sepia.ceph.com/log 2024-02-09T20:41:41.821 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:41:42.411 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/ubuntu@smithi080.front.sepia.ceph.com/log 2024-02-09T20:41:42.412 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:41:42.856 INFO:tasks.cephadm:Removing cluster... 2024-02-09T20:41:42.856 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85817c48-c786-11ee-95b8-87774f69a715 --force 2024-02-09T20:41:43.240 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85817c48-c786-11ee-95b8-87774f69a715 --force 2024-02-09T20:41:43.616 INFO:tasks.cephadm:Removing cephadm ... 2024-02-09T20:41:43.616 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:41:43.636 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:41:43.654 INFO:tasks.cephadm:Teardown complete 2024-02-09T20:41:43.654 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-09T20:41:43.666 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-02-09T20:41:43.666 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_1 2024-02-09T20:41:43.801 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:41:43.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:43.803 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-02-09T20:41:43.803 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_2 2024-02-09T20:41:43.940 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:41:43.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:43.942 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-02-09T20:41:43.942 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_3 2024-02-09T20:41:44.057 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:41:44.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.058 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-02-09T20:41:44.059 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_4 2024-02-09T20:41:44.192 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:41:44.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.194 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-02-09T20:41:44.194 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-02-09T20:41:44.221 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2024-02-09T20:41:44.221 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_1 2024-02-09T20:41:44.350 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:41:44.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.352 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2024-02-09T20:41:44.352 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_2 2024-02-09T20:41:44.482 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:41:44.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.483 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2024-02-09T20:41:44.483 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_3 2024-02-09T20:41:44.614 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:41:44.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.615 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2024-02-09T20:41:44.615 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_4 2024-02-09T20:41:44.734 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:41:44.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:44.735 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-02-09T20:41:44.735 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2024-02-09T20:41:44.761 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-09T20:41:44.771 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-09T20:41:44.771 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:41:44.774 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:41:44.790 INFO:teuthology.orchestra.run.smithi049.stderr:bash: ntpq: command not found 2024-02-09T20:41:44.795 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:41:44.795 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-02-09T20:41:44.795 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 +1014us[+1014us] +/- 108ms 2024-02-09T20:41:44.795 INFO:teuthology.orchestra.run.smithi049.stdout:^* hv02.front.sepia.ceph.com 3 7 377 76 -617us[ -580us] +/- 78ms 2024-02-09T20:41:44.796 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -118us[ -118us] +/- 69ms 2024-02-09T20:41:44.796 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:41:44.818 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +1035us[+1041us] +/- 108ms 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv02.front.sepia.ceph.com 3 6 377 14 -644us[ -638us] +/- 79ms 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -78us[ -78us] +/- 69ms 2024-02-09T20:41:44.823 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:41:44.824 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-09T20:41:44.834 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-09T20:41:44.834 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-09T20:41:44.845 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:41:44.921 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:41:44.980 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:41:45.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:45.012 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:41:45.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:45.042 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-09T20:41:45.053 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-09T20:41:45.063 INFO:teuthology.task.internal:Duration was 2583.291146 seconds 2024-02-09T20:41:45.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-09T20:41:45.073 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-09T20:41:45.074 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:41:45.076 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:41:45.122 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:41:45.128 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:41:45.504 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-09T20:41:45.504 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-02-09T20:41:45.504 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:41:45.528 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-02-09T20:41:45.529 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:41:45.550 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-09T20:41:45.551 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:41:45.571 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:41:45.649 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-09T20:41:45.649 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:41:45.652 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:41:45.810 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-09T20:41:45.822 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-09T20:41:45.822 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:41:45.850 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:41:45.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-09T20:41:45.888 DEBUG:teuthology.orchestra.run.smithi049:> 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-09T20:41:45.892 DEBUG:teuthology.orchestra.run.smithi080:> 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-09T20:41:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-02-09T20:41:45.943 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-02-09T20:41:45.970 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:41:46.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:46.015 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:41:46.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:41:46.032 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-09T20:41:46.043 INFO:teuthology.task.internal:Transferring archived files... 2024-02-09T20:41:46.044 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/smithi049 2024-02-09T20:41:46.044 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:41:46.104 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016/remote/smithi080 2024-02-09T20:41:46.105 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:41:46.145 INFO:teuthology.task.internal:Removing archive directory... 2024-02-09T20:41:46.145 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:41:46.148 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:41:46.196 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-09T20:41:46.209 INFO:teuthology.task.internal:Not uploading archives. 2024-02-09T20:41:46.209 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-09T20:41:46.218 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-09T20:41:46.219 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:41:46.221 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:41:46.237 INFO:teuthology.orchestra.run.smithi049.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:41 /home/ubuntu/cephtest 2024-02-09T20:41:46.253 INFO:teuthology.orchestra.run.smithi080.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:41 /home/ubuntu/cephtest 2024-02-09T20:41:46.255 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-09T20:41:46.268 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-09T20:41:46.290 INFO:teuthology.nuke:Checking targets against current locks 2024-02-09T20:41:46.319 DEBUG:teuthology.nuke:shortname: smithi049 2024-02-09T20:41:46.319 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:41:46.342 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.017181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLp50jTo5N76gajebQR2UjCGLcUdX7NRKgy/R9Yun9b55+jWUyNnsrxILOnF/r5aaYUaQaPJouYE4d+89wbwytQ='} 2024-02-09T20:41:46.346 DEBUG:teuthology.nuke:shortname: smithi080 2024-02-09T20:41:46.346 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:41:46.366 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554016', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.015926', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOY3I+NFZD++ZwO5KSed0ZWlL1Yjtq/L7MDfe9oYLQonxWd+en8bQPC76Nz7OExdJ/54W9wQfpLiJFD/AESbiLc='} 2024-02-09T20:41:46.393 INFO:teuthology.orchestra.console.smithi049:Power off 2024-02-09T20:41:46.394 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:41:46.418 DEBUG:teuthology.orchestra.console.smithi049:power off output: Chassis Power Control: Down/Off 2024-02-09T20:41:46.418 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:46.435 INFO:teuthology.orchestra.console.smithi080:Power off 2024-02-09T20:41:46.435 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:41:46.444 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-02-09T20:41:46.459 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2024-02-09T20:41:46.459 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:46.482 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-09T20:41:50.445 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:50.483 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:50.555 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-02-09T20:41:50.596 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-09T20:41:54.560 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:54.597 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:54.670 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is off 2024-02-09T20:41:54.707 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-02-09T20:41:54.772 INFO:teuthology.orchestra.console.smithi049:Power off completed 2024-02-09T20:41:58.712 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:41:58.822 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2024-02-09T20:41:58.923 INFO:teuthology.orchestra.console.smithi080:Power off completed 2024-02-09T20:41:59.027 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2583.291145801544 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6015b50146154711908d42025e156b4b status: fail success: false 2024-02-09T20:41:59.027 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T20:41:59.107 INFO:teuthology.run:FAIL